diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-11-14 18:46:46 +0100 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2020-11-14 18:46:46 +0100 |
commit | b88e8969ae22af6ea891dd8d4619389f8a0af3f5 (patch) | |
tree | dec48a6a2107ee235f4efed25fad4c77af6ee329 /doc | |
parent | c883445289ea9b32c6ca3131a2eb779f21c1cb08 (diff) |
eris.adoc: Add note on how to compute the ChaCha20 stream
Diffstat (limited to 'doc')
-rw-r--r-- | doc/eris.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/eris.adoc b/doc/eris.adoc index e72b384..adfd7a5 100644 --- a/doc/eris.adoc +++ b/doc/eris.adoc @@ -422,7 +422,7 @@ In order to verify implementations that encode content by streaming (see <<_stre | 256GiB (block size 32KiB) | 256GiB | 32KiB | `urn:erisx2:AEBZHI55XJYINGLXWKJKZHBIXN6RSNDU233CY3ELFSTQNSVITBSVXGVGBKBCS4P4M5VSAUOZSMVAEC2VDFQTI5SEYVX4DN53FTJENWX4KU` | 3 |=== -Content is the ChaCha20 stream using a null nonce and the key which is the Blake2b hash of the UTF-8 encoded test name (e.g. `KEY := Blake2b-256("100MiB (block size 1KiB)")`). +Content is the ChaCha20 stream using a null nonce and the key which is the Blake2b hash of the UTF-8 encoded test name (e.g. `KEY := Blake2b-256("100MiB (block size 1KiB)")`). The ChaCha20 stream can be computed by encoding a null byte sequence (e.g. `CHACHA20_STREAM := ChaCha20(NULL, KEY)`). [appendix] == Changelog |