Fix keccak note

This commit is contained in:
Lars Gierth 2017-05-05 17:30:53 +02:00 committed by GitHub
parent dd3861e2e0
commit 424030cc30
1 changed files with 1 additions and 2 deletions

View File

@ -45,12 +45,11 @@ sha3-384, , 0x15
sha3-512, , 0x14
shake-128, , 0x18
shake-256, , 0x19
keccak-224, , 0x1A
keccak-224,keccak has variable output length. The number specifies the core length,0x1A
keccak-256, , 0x1B
keccak-384, , 0x1C
keccak-512, , 0x1D
murmur3, , 0x22
,, Note: keccak has variable output length. The number specifies the core length
blake2b-8,Blake2b consists of 64 output lengths that give different hashes,0xb201
blake2b-16,,0xb202
blake2b-24,,0xb203

1 codec description code
45 keccak-384 0x1C
46 keccak-512 0x1D
47 murmur3 0x22
48 blake2b-8 Blake2b consists of 64 output lengths that give different hashes Note: keccak has variable output length. The number specifies the core length 0xb201
49 blake2b-8 blake2b-16 Blake2b consists of 64 output lengths that give different hashes 0xb201 0xb202
50 blake2b-16 blake2b-24 0xb202 0xb203
51 blake2b-24 blake2b-32 0xb203 0xb204
52 blake2b-32 blake2b-40 0xb204 0xb205
blake2b-40 0xb205
53 blake2b-48 0xb206
54 blake2b-56 0xb207
55 blake2b-64 0xb208