diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-10-29 19:36:15 +0100 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2020-10-29 19:36:15 +0100 |
commit | 29c6ca7110f00317c8942bed43555b69f9c2fce3 (patch) | |
tree | 20ff9f798da268bc85013128aafd7b0f40ba7448 /doc | |
parent | 86fa627cee019b18811b4b0bd2f12b49bcc5b455 (diff) |
eris.adoc: use *ibi binary prefixes consistently
Diffstat (limited to 'doc')
-rw-r--r-- | doc/eris.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/eris.adoc b/doc/eris.adoc index 03b9b1b..71d2f43 100644 --- a/doc/eris.adoc +++ b/doc/eris.adoc @@ -410,12 +410,12 @@ In order to verify implementations that encode content by streaming (see <<_stre |=== |Test name | Content size | Block size | URN | Level of root reference -| 100Mb (block size 1Kb) | 100Mb| 1Kb | `urn:erisx2:AACXPZNDNXFLO4IOMF6VIV2ZETGUJEUU7GN4AHPWNKEN6KJMCNP6YNUMVW2SCGZUJ4L3FHIXVECRZQ3QSBOTYPGXHN2WRBMB27NXDTAP24` | 5 -| 1Gb (block size 32Kb) | 1Gb | 32Kb | `urn:erisx2:AEBFG37LU5BM5N3LXNPNMGAOQPZ5QTJAV22XEMX3EMSAMTP7EWOSD2I7AGEEQCTEKDQX7WCKGM6KQ5ALY5XJC4LMOYQPB2ZAFTBNDB6FAA` | 2 -| 256Gb (block size 32Kb) | 256Gb | 32Kb | `urn:erisx2:AEBZHI55XJYINGLXWKJKZHBIXN6RSNDU233CY3ELFSTQNSVITBSVXGVGBKBCS4P4M5VSAUOZSMVAEC2VDFQTI5SEYVX4DN53FTJENWX4KU` | 3 +| 100MiB (block size 1KiB) | 100MiB | 1KiB | `urn:erisx2:AACXPZNDNXFLO4IOMF6VIV2ZETGUJEUU7GN4AHPWNKEN6KJMCNP6YNUMVW2SCGZUJ4L3FHIXVECRZQ3QSBOTYPGXHN2WRBMB27NXDTAP24` | 5 +| 1GiB (block size 32KiB) | 1GiB | 32KiB | `urn:erisx2:AEBFG37LU5BM5N3LXNPNMGAOQPZ5QTJAV22XEMX3EMSAMTP7EWOSD2I7AGEEQCTEKDQX7WCKGM6KQ5ALY5XJC4LMOYQPB2ZAFTBNDB6FAA` | 2 +| 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("100Mb (block size 1Kb)")`). +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)")`). [appendix] == Changelog |