Add CRC32 and CRC64 (#303)

This commit is contained in:
IS4 2022-12-09 03:37:22 +01:00 committed by GitHub
parent 5e9f8faaf5
commit 6df4741e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,8 @@ p2p-circuit, multiaddr, 0x0122, permanent,
dag-json, ipld, 0x0129, permanent, MerkleDAG json dag-json, ipld, 0x0129, permanent, MerkleDAG json
udt, multiaddr, 0x012d, draft, udt, multiaddr, 0x012d, draft,
utp, multiaddr, 0x012e, draft, utp, multiaddr, 0x012e, draft,
crc32, hash, 0x0132, draft, CRC-32 non-cryptographic hash algorithm (IEEE 802.3)
crc64-ecma, hash, 0x0164, draft, CRC-64 non-cryptographic hash algorithm (ECMA-182 - Annex B)
unix, multiaddr, 0x0190, permanent, unix, multiaddr, 0x0190, permanent,
thread, multiaddr, 0x0196, draft, Textile Thread thread, multiaddr, 0x0196, draft, Textile Thread
p2p, multiaddr, 0x01a5, permanent, libp2p p2p, multiaddr, 0x01a5, permanent, libp2p

1 name tag code status description
108 dag-json ipld 0x0129 permanent MerkleDAG json
109 udt multiaddr 0x012d draft
110 utp multiaddr 0x012e draft
111 crc32 hash 0x0132 draft CRC-32 non-cryptographic hash algorithm (IEEE 802.3)
112 crc64-ecma hash 0x0164 draft CRC-64 non-cryptographic hash algorithm (ECMA-182 - Annex B)
113 unix multiaddr 0x0190 permanent
114 thread multiaddr 0x0196 draft Textile Thread
115 p2p multiaddr 0x01a5 permanent libp2p