add MD4 and MD5 hashes (#41)
* add MD4 and MD5 hashes * changed md4 and md5 to 0xd3 and 0xd4 * use 0xd4 and 0xd5 for MD4 and MD5
This commit is contained in:
parent
fb67bc5165
commit
5fd1d9873b
|
@ -35,6 +35,8 @@ multiaddr, , 0x32
|
|||
multibase, , 0x33
|
||||
|
||||
multihashes,,
|
||||
md4, , 0xd4
|
||||
md5, , 0xd5
|
||||
sha1, , 0x11
|
||||
sha2-256, , 0x12
|
||||
sha2-512, , 0x13
|
||||
|
|
|
Loading…
Reference in New Issue