diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-12-24 18:01:50 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-12-24 18:01:50 +0100 |
commit | 79ee2b31a509d6c13d790ce7ad818fbf21fde08f (patch) | |
tree | f3ee3bbc126b5e470a74d75f7abbac669e65d231 | |
parent | f181664240857e5ae12473ecca431902fac764e5 (diff) | |
download | lsd0004-79ee2b31a509d6c13d790ce7ad818fbf21fde08f.tar.gz lsd0004-79ee2b31a509d6c13d790ce7ad818fbf21fde08f.zip |
-specify hash function
-rw-r--r-- | draft-schanzen-r5n.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml index e9fb4f4..af9f5c7 100644 --- a/draft-schanzen-r5n.xml +++ b/draft-schanzen-r5n.xml | |||
@@ -2213,7 +2213,7 @@ gnunet+tcp://12.3.4.5/ | |||
2213 | <dd> | 2213 | <dd> |
2214 | To derive a block key for a HELLO is to simply | 2214 | To derive a block key for a HELLO is to simply |
2215 | hash the peer ID from the HELLO. The result of this function | 2215 | hash the peer ID from the HELLO. The result of this function |
2216 | is always: FIXME what hash | 2216 | is always the SHA-512 hash over the PEER-ID. |
2217 | </dd> | 2217 | </dd> |
2218 | <dt>ValidateBlockStoreRequest(Block) | 2218 | <dt>ValidateBlockStoreRequest(Block) |
2219 | -> BlockEvaluationResult</dt> | 2219 | -> BlockEvaluationResult</dt> |