diff options
Diffstat (limited to 'design-documents/018-contract-json.rst')
-rw-r--r-- | design-documents/018-contract-json.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/design-documents/018-contract-json.rst b/design-documents/018-contract-json.rst index ba4646f..2bc147b 100644 --- a/design-documents/018-contract-json.rst +++ b/design-documents/018-contract-json.rst @@ -155,7 +155,8 @@ Discussion / Q&A use the global salt **and** the path of the forgettable field as the salt for hashing. -* Why do we require the 0-termination? +* Why do we require the 0-termination in the hash / kdf? Doesn't seem to match what + e.g. ``shasum`` does. * Why do we not supply any "info" string (= context chunks in the GNUNET_CRYPTO_kdf terminology) to the hkdf? Does it matter? |