Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,17 @@ code name
0x11 sha1
0x12 sha2-256
0x13 sha2-512
0x14 sha3
0x14 sha3-512
0x15 sha3-384
0x16 sha3-256
0x17 sha3-224
0x18 shake-128
0x19 shake-256
0x40 blake2b
0x41 blake2s
# 0x00-0x0f reserved for application specific functions
# 0x10-0x3f reserved for SHA standard functions
# 0x14 formerly had the name "sha3", now deprecated
```


Expand Down
7 changes: 6 additions & 1 deletion hashtable.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ code, name
0x11, sha1
0x12, sha2-256
0x13, sha2-512
0x14, sha3
0x14, sha3-512
0x15, sha3-384
0x16, sha3-256
0x17, sha3-224
0x18, shake-128
0x19, shake-256
0x40, blake2b
0x41, blake2s