aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
commit9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch)
tree68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/include/block_fs.h
parent8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff)
downloadgnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.tar.gz
gnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.zip
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Diffstat (limited to 'src/include/block_fs.h')
-rw-r--r--src/include/block_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index 3a0afba14..3f904caeb 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -48,7 +48,7 @@ struct UBlock
48 /** 48 /**
49 * Signature using pseudonym and search keyword / identifier. 49 * Signature using pseudonym and search keyword / identifier.
50 */ 50 */
51 struct GNUNET_CRYPTO_EccSignature signature; 51 struct GNUNET_CRYPTO_EcdsaSignature signature;
52 52
53 /** 53 /**
54 * What is being signed and why? 54 * What is being signed and why?
@@ -58,7 +58,7 @@ struct UBlock
58 /** 58 /**
59 * Public key used to sign this block. 59 * Public key used to sign this block.
60 */ 60 */
61 struct GNUNET_CRYPTO_EccPublicSignKey verification_key; 61 struct GNUNET_CRYPTO_EcdsaPublicKey verification_key;
62 62
63 /* rest of the data is encrypted */ 63 /* rest of the data is encrypted */
64 64