aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
commit2a23e57e4216593e83e7235e23988564825e4229 (patch)
tree89cdee0dd816e722214f76f4b9762140416ade20 /src/include/gnunet_signatures.h
parentdfeb2b787f31255761a808007779c6e992c47591 (diff)
downloadgnunet-2a23e57e4216593e83e7235e23988564825e4229.tar.gz
gnunet-2a23e57e4216593e83e7235e23988564825e4229.zip
starting major change towards implementing #2564, this breaks some FS tests and FS APIs
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 2a2ba4755..a821a74df 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -66,22 +66,22 @@ extern "C"
66#define GNUNET_SIGNATURE_PURPOSE_PEER_PLACEMENT 5 66#define GNUNET_SIGNATURE_PURPOSE_PEER_PLACEMENT 5
67 67
68/** 68/**
69 * Signature in a KBlock of the FS module. 69 * Obsolete, legacy value.
70 */ 70 */
71#define GNUNET_SIGNATURE_PURPOSE_FS_KBLOCK 6 71#define GNUNET_SIGNATURE_PURPOSE_FS_KBLOCK 6
72 72
73/** 73/**
74 * Signature of content URI placed into a namespace. 74 * Obsolete, legacy value.
75 */ 75 */
76#define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 7 76#define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 7
77 77
78/** 78/**
79 * Signature of advertisment for a namespace. 79 * Obsolete, legacy value.
80 */ 80 */
81#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK 8 81#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK 8
82 82
83/** 83/**
84 * Keyword-based signature of advertisment for a namespace. 84 * Obsolete, legacy value.
85 */ 85 */
86#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK_KSIG 9 86#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK_KSIG 9
87 87
@@ -121,6 +121,10 @@ extern "C"
121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16 121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16
122 122
123 123
124/**
125 * UBlock Signature, done using DSS, not ECC
126 */
127#define GNUNET_SIGNATURE_PURPOSE_FS_UBLOCK 17
124 128
125#if 0 /* keep Emacsens' auto-indent happy */ 129#if 0 /* keep Emacsens' auto-indent happy */
126{ 130{