We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d238c77 commit 06b71e1Copy full SHA for 06b71e1
src/main/java/io/ipfs/multihash/Multihash.java
@@ -27,6 +27,7 @@ public enum Type {
27
keccak_256(0x1b, 32),
28
keccak_384(0x1c, 48),
29
keccak_512(0x1d, 64),
30
+ blake3(0x1e, 32),
31
murmur3(0x22, 4),
32
33
// blake2b (64 codes)
0 commit comments