Skip to content

Commit c463829

Browse files
committed
Merge pull request #20 from ivilata/sha3-11
replace ``sha3`` name with ``sha3-512``, add other SHA-3 functions
2 parents 46ed2a3 + 45ac2d8 commit c463829

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,17 @@ code name
7070
0x11 sha1
7171
0x12 sha2-256
7272
0x13 sha2-512
73-
0x14 sha3
73+
0x14 sha3-512
74+
0x15 sha3-384
75+
0x16 sha3-256
76+
0x17 sha3-224
77+
0x18 shake-128
78+
0x19 shake-256
7479
0x40 blake2b
7580
0x41 blake2s
7681
# 0x00-0x0f reserved for application specific functions
7782
# 0x10-0x3f reserved for SHA standard functions
83+
# 0x14 formerly had the name "sha3", now deprecated
7884
```
7985

8086

hashtable.csv

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ code, name
22
0x11, sha1
33
0x12, sha2-256
44
0x13, sha2-512
5-
0x14, sha3
5+
0x14, sha3-512
6+
0x15, sha3-384
7+
0x16, sha3-256
8+
0x17, sha3-224
9+
0x18, shake-128
10+
0x19, shake-256
611
0x40, blake2b
712
0x41, blake2s

0 commit comments

Comments
 (0)