We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46ed2a3 + 45ac2d8 commit c463829Copy full SHA for c463829
README.md
@@ -70,11 +70,17 @@ code name
70
0x11 sha1
71
0x12 sha2-256
72
0x13 sha2-512
73
-0x14 sha3
+0x14 sha3-512
74
+0x15 sha3-384
75
+0x16 sha3-256
76
+0x17 sha3-224
77
+0x18 shake-128
78
+0x19 shake-256
79
0x40 blake2b
80
0x41 blake2s
81
# 0x00-0x0f reserved for application specific functions
82
# 0x10-0x3f reserved for SHA standard functions
83
+# 0x14 formerly had the name "sha3", now deprecated
84
```
85
86
hashtable.csv
@@ -2,6 +2,11 @@ code, name
2
0x11, sha1
3
0x12, sha2-256
4
0x13, sha2-512
5
-0x14, sha3
+0x14, sha3-512
6
+0x15, sha3-384
7
+0x16, sha3-256
8
+0x17, sha3-224
9
+0x18, shake-128
10
+0x19, shake-256
11
0x40, blake2b
12
0x41, blake2s
0 commit comments