Skip to content

Commit 47102bf

Browse files
committed
1 parent 48d6726 commit 47102bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/ipfs/multihash/Multihash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public enum Type {
1010
sha1(0x11, 20),
1111
sha2_256(0x12, 32),
1212
sha2_512(0x13, 64),
13-
sha3(0x14, 64),
13+
sha3_512(0x14, 64),
1414
blake2b(0x40, 64),
1515
blake2s(0x41, 32);
1616

0 commit comments

Comments
 (0)