1pub type Codec = u64;
2
3pub const IDENTITY: Codec = 0x00;
4pub const CIDV1: Codec = 0x01;
5pub const CIDV2: Codec = 0x02;
6pub const CIDV3: Codec = 0x03;
7pub const IP4: Codec = 0x04;
8pub const TCP: Codec = 0x06;
9pub const SHA1: Codec = 0x11;
10pub const SHA2_256: Codec = 0x12;
11pub const SHA2_512: Codec = 0x13;
12pub const SHA3_512: Codec = 0x14;
13pub const SHA3_384: Codec = 0x15;
14pub const SHA3_256: Codec = 0x16;
15pub const SHA3_224: Codec = 0x17;
16pub const SHAKE_128: Codec = 0x18;
17pub const SHAKE_256: Codec = 0x19;
18pub const KECCAK_224: Codec = 0x1a;
19pub const KECCAK_256: Codec = 0x1b;
20pub const KECCAK_384: Codec = 0x1c;
21pub const KECCAK_512: Codec = 0x1d;
22pub const BLAKE3: Codec = 0x1e;
23pub const DCCP: Codec = 0x21;
24pub const MURMUR3_128: Codec = 0x22;
25pub const MURMUR3_32: Codec = 0x23;
26pub const IP6: Codec = 0x29;
27pub const IP6ZONE: Codec = 0x2a;
28pub const PATH: Codec = 0x2f;
29pub const MULTICODEC: Codec = 0x30;
30pub const MULTIHASH: Codec = 0x31;
31pub const MULTIADDR: Codec = 0x32;
32pub const MULTIBASE: Codec = 0x33;
33pub const DNS: Codec = 0x35;
34pub const DNS4: Codec = 0x36;
35pub const DNS6: Codec = 0x37;
36pub const DNSADDR: Codec = 0x38;
37pub const PROTOBUF: Codec = 0x50;
38pub const CBOR: Codec = 0x51;
39pub const RAW: Codec = 0x55;
40pub const DBL_SHA2_256: Codec = 0x56;
41pub const RLP: Codec = 0x60;
42pub const BENCODE: Codec = 0x63;
43pub const DAG_PB: Codec = 0x70;
44pub const DAG_CBOR: Codec = 0x71;
45pub const LIBP2P_KEY: Codec = 0x72;
46pub const GIT_RAW: Codec = 0x78;
47pub const TORRENT_INFO: Codec = 0x7b;
48pub const TORRENT_FILE: Codec = 0x7c;
49pub const LEOFCOIN_BLOCK: Codec = 0x81;
50pub const LEOFCOIN_TX: Codec = 0x82;
51pub const LEOFCOIN_PR: Codec = 0x83;
52pub const SCTP: Codec = 0x84;
53pub const DAG_JOSE: Codec = 0x85;
54pub const DAG_COSE: Codec = 0x86;
55pub const ETH_BLOCK: Codec = 0x90;
56pub const ETH_BLOCK_LIST: Codec = 0x91;
57pub const ETH_TX_TRIE: Codec = 0x92;
58pub const ETH_TX: Codec = 0x93;
59pub const ETH_TX_RECEIPT_TRIE: Codec = 0x94;
60pub const ETH_TX_RECEIPT: Codec = 0x95;
61pub const ETH_STATE_TRIE: Codec = 0x96;
62pub const ETH_ACCOUNT_SNAPSHOT: Codec = 0x97;
63pub const ETH_STORAGE_TRIE: Codec = 0x98;
64pub const ETH_RECEIPT_LOG_TRIE: Codec = 0x99;
65pub const ETH_RECIEPT_LOG: Codec = 0x9a;
66pub const AES_128: Codec = 0xa0;
67pub const AES_192: Codec = 0xa1;
68pub const AES_256: Codec = 0xa2;
69pub const CHACHA_128: Codec = 0xa3;
70pub const CHACHA_256: Codec = 0xa4;
71pub const BITCOIN_BLOCK: Codec = 0xb0;
72pub const BITCOIN_TX: Codec = 0xb1;
73pub const BITCOIN_WITNESS_COMMITMENT: Codec = 0xb2;
74pub const ZCASH_BLOCK: Codec = 0xc0;
75pub const ZCASH_TX: Codec = 0xc1;
76pub const CAIP_50: Codec = 0xca;
77pub const STREAMID: Codec = 0xce;
78pub const STELLAR_BLOCK: Codec = 0xd0;
79pub const STELLAR_TX: Codec = 0xd1;
80pub const MD4: Codec = 0xd4;
81pub const MD5: Codec = 0xd5;
82pub const BMT: Codec = 0xd6;
83pub const DECRED_BLOCK: Codec = 0xe0;
84pub const DECRED_TX: Codec = 0xe1;
85pub const IPLD_NS: Codec = 0xe2;
86pub const IPFS_NS: Codec = 0xe3;
87pub const SWARM_NS: Codec = 0xe4;
88pub const IPNS_NS: Codec = 0xe5;
89pub const ZERONET: Codec = 0xe6;
90pub const SECP256K1_PUB: Codec = 0xe7;
91pub const BLS12_381_G1_PUB: Codec = 0xea;
92pub const BLS12_381_G2_PUB: Codec = 0xeb;
93pub const X25519_PUB: Codec = 0xec;
94pub const ED25519_PUB: Codec = 0xed;
95pub const BLS12_381_G1G2_PUB: Codec = 0xee;
96pub const DASH_BLOCK: Codec = 0xf0;
97pub const DASH_TX: Codec = 0xf1;
98pub const SWARM_MANIFEST: Codec = 0xfa;
99pub const SWARM_FEED: Codec = 0xfb;
100pub const UDP: Codec = 0x0111;
101pub const P2P_WEBRTC_STAR: Codec = 0x0113;
102pub const P2P_WEBRTC_DIRECT: Codec = 0x0114;
103pub const P2P_STARDUST: Codec = 0x0115;
104pub const P2P_CIRCUIT: Codec = 0x0122;
105pub const DAG_JSON: Codec = 0x0129;
106pub const UDT: Codec = 0x012d;
107pub const UTP: Codec = 0x012e;
108pub const UNIX: Codec = 0x0190;
109pub const THREAD: Codec = 0x0196;
110pub const P2P: Codec = 0x01a5;
111pub const IPFS: Codec = 0x01a5;
112pub const HTTPS: Codec = 0x01bb;
113pub const ONION: Codec = 0x01bc;
114pub const ONION3: Codec = 0x01bd;
115pub const GARLIC64: Codec = 0x01be;
116pub const GARLIC32: Codec = 0x01bf;
117pub const TLS: Codec = 0x01c0;
118pub const NOISE: Codec = 0x01c6;
119pub const QUIC: Codec = 0x01cc;
120pub const WS: Codec = 0x01dd;
121pub const WSS: Codec = 0x01de;
122pub const P2P_WEBSOCKET_STAR: Codec = 0x01df;
123pub const HTTP: Codec = 0x01e0;
124pub const SWHID_1_SNP: Codec = 0x01f0;
125pub const JSON: Codec = 0x0200;
126pub const MESSAGEPACK: Codec = 0x0201;
127pub const LIBP2P_PEER_RECORD: Codec = 0x0301;
128pub const LIBP2P_RELAY_RSVP: Codec = 0x0302;
129pub const CAR_INDEX_SORTED: Codec = 0x0400;
130pub const CAR_MULTIHASH_INDEX_SORTED: Codec = 0x0401;
131pub const SHA2_256_TRUNC254_PADDED: Codec = 0x1012;
132pub const RIPEMD_128: Codec = 0x1052;
133pub const RIPEMD_160: Codec = 0x1053;
134pub const RIPEMD_256: Codec = 0x1054;
135pub const RIPEMD_320: Codec = 0x1055;
136pub const X11: Codec = 0x1100;
137pub const P256_PUB: Codec = 0x1200;
138pub const P384_PUB: Codec = 0x1201;
139pub const P521_PUB: Codec = 0x1202;
140pub const ED448_PUB: Codec = 0x1203;
141pub const X448_PUB: Codec = 0x1204;
142pub const RSA_X509_PUB: Codec = 0x1205;
143pub const ED25519_PRIV: Codec = 0x1300;
144pub const SECP256K1_PRIV: Codec = 0x1301;
145pub const X25519_PRIV: Codec = 0x1302;
146pub const KANGAROOTWELVE: Codec = 0x1d01;
147pub const SM3_256: Codec = 0x534d;
148pub const BLAKE2B_8: Codec = 0xb201;
149pub const BLAKE2B_16: Codec = 0xb202;
150pub const BLAKE2B_24: Codec = 0xb203;
151pub const BLAKE2B_32: Codec = 0xb204;
152pub const BLAKE2B_40: Codec = 0xb205;
153pub const BLAKE2B_48: Codec = 0xb206;
154pub const BLAKE2B_56: Codec = 0xb207;
155pub const BLAKE2B_64: Codec = 0xb208;
156pub const BLAKE2B_72: Codec = 0xb209;
157pub const BLAKE2B_80: Codec = 0xb20a;
158pub const BLAKE2B_88: Codec = 0xb20b;
159pub const BLAKE2B_96: Codec = 0xb20c;
160pub const BLAKE2B_104: Codec = 0xb20d;
161pub const BLAKE2B_112: Codec = 0xb20e;
162pub const BLAKE2B_120: Codec = 0xb20f;
163pub const BLAKE2B_128: Codec = 0xb210;
164pub const BLAKE2B_136: Codec = 0xb211;
165pub const BLAKE2B_144: Codec = 0xb212;
166pub const BLAKE2B_152: Codec = 0xb213;
167pub const BLAKE2B_160: Codec = 0xb214;
168pub const BLAKE2B_168: Codec = 0xb215;
169pub const BLAKE2B_176: Codec = 0xb216;
170pub const BLAKE2B_184: Codec = 0xb217;
171pub const BLAKE2B_192: Codec = 0xb218;
172pub const BLAKE2B_200: Codec = 0xb219;
173pub const BLAKE2B_208: Codec = 0xb21a;
174pub const BLAKE2B_216: Codec = 0xb21b;
175pub const BLAKE2B_224: Codec = 0xb21c;
176pub const BLAKE2B_232: Codec = 0xb21d;
177pub const BLAKE2B_240: Codec = 0xb21e;
178pub const BLAKE2B_248: Codec = 0xb21f;
179pub const BLAKE2B_256: Codec = 0xb220;
180pub const BLAKE2B_264: Codec = 0xb221;
181pub const BLAKE2B_272: Codec = 0xb222;
182pub const BLAKE2B_280: Codec = 0xb223;
183pub const BLAKE2B_288: Codec = 0xb224;
184pub const BLAKE2B_296: Codec = 0xb225;
185pub const BLAKE2B_304: Codec = 0xb226;
186pub const BLAKE2B_312: Codec = 0xb227;
187pub const BLAKE2B_320: Codec = 0xb228;
188pub const BLAKE2B_328: Codec = 0xb229;
189pub const BLAKE2B_336: Codec = 0xb22a;
190pub const BLAKE2B_344: Codec = 0xb22b;
191pub const BLAKE2B_352: Codec = 0xb22c;
192pub const BLAKE2B_360: Codec = 0xb22d;
193pub const BLAKE2B_368: Codec = 0xb22e;
194pub const BLAKE2B_376: Codec = 0xb22f;
195pub const BLAKE2B_384: Codec = 0xb230;
196pub const BLAKE2B_392: Codec = 0xb231;
197pub const BLAKE2B_400: Codec = 0xb232;
198pub const BLAKE2B_408: Codec = 0xb233;
199pub const BLAKE2B_416: Codec = 0xb234;
200pub const BLAKE2B_424: Codec = 0xb235;
201pub const BLAKE2B_432: Codec = 0xb236;
202pub const BLAKE2B_440: Codec = 0xb237;
203pub const BLAKE2B_448: Codec = 0xb238;
204pub const BLAKE2B_456: Codec = 0xb239;
205pub const BLAKE2B_464: Codec = 0xb23a;
206pub const BLAKE2B_472: Codec = 0xb23b;
207pub const BLAKE2B_480: Codec = 0xb23c;
208pub const BLAKE2B_488: Codec = 0xb23d;
209pub const BLAKE2B_496: Codec = 0xb23e;
210pub const BLAKE2B_504: Codec = 0xb23f;
211pub const BLAKE2B_512: Codec = 0xb240;
212pub const BLAKE2S_8: Codec = 0xb241;
213pub const BLAKE2S_16: Codec = 0xb242;
214pub const BLAKE2S_24: Codec = 0xb243;
215pub const BLAKE2S_32: Codec = 0xb244;
216pub const BLAKE2S_40: Codec = 0xb245;
217pub const BLAKE2S_48: Codec = 0xb246;
218pub const BLAKE2S_56: Codec = 0xb247;
219pub const BLAKE2S_64: Codec = 0xb248;
220pub const BLAKE2S_72: Codec = 0xb249;
221pub const BLAKE2S_80: Codec = 0xb24a;
222pub const BLAKE2S_88: Codec = 0xb24b;
223pub const BLAKE2S_96: Codec = 0xb24c;
224pub const BLAKE2S_104: Codec = 0xb24d;
225pub const BLAKE2S_112: Codec = 0xb24e;
226pub const BLAKE2S_120: Codec = 0xb24f;
227pub const BLAKE2S_128: Codec = 0xb250;
228pub const BLAKE2S_136: Codec = 0xb251;
229pub const BLAKE2S_144: Codec = 0xb252;
230pub const BLAKE2S_152: Codec = 0xb253;
231pub const BLAKE2S_160: Codec = 0xb254;
232pub const BLAKE2S_168: Codec = 0xb255;
233pub const BLAKE2S_176: Codec = 0xb256;
234pub const BLAKE2S_184: Codec = 0xb257;
235pub const BLAKE2S_192: Codec = 0xb258;
236pub const BLAKE2S_200: Codec = 0xb259;
237pub const BLAKE2S_208: Codec = 0xb25a;
238pub const BLAKE2S_216: Codec = 0xb25b;
239pub const BLAKE2S_224: Codec = 0xb25c;
240pub const BLAKE2S_232: Codec = 0xb25d;
241pub const BLAKE2S_240: Codec = 0xb25e;
242pub const BLAKE2S_248: Codec = 0xb25f;
243pub const BLAKE2S_256: Codec = 0xb260;
244pub const SKEIN256_8: Codec = 0xb301;
245pub const SKEIN256_16: Codec = 0xb302;
246pub const SKEIN256_24: Codec = 0xb303;
247pub const SKEIN256_32: Codec = 0xb304;
248pub const SKEIN256_40: Codec = 0xb305;
249pub const SKEIN256_48: Codec = 0xb306;
250pub const SKEIN256_56: Codec = 0xb307;
251pub const SKEIN256_64: Codec = 0xb308;
252pub const SKEIN256_72: Codec = 0xb309;
253pub const SKEIN256_80: Codec = 0xb30a;
254pub const SKEIN256_88: Codec = 0xb30b;
255pub const SKEIN256_96: Codec = 0xb30c;
256pub const SKEIN256_104: Codec = 0xb30d;
257pub const SKEIN256_112: Codec = 0xb30e;
258pub const SKEIN256_120: Codec = 0xb30f;
259pub const SKEIN256_128: Codec = 0xb310;
260pub const SKEIN256_136: Codec = 0xb311;
261pub const SKEIN256_144: Codec = 0xb312;
262pub const SKEIN256_152: Codec = 0xb313;
263pub const SKEIN256_160: Codec = 0xb314;
264pub const SKEIN256_168: Codec = 0xb315;
265pub const SKEIN256_176: Codec = 0xb316;
266pub const SKEIN256_184: Codec = 0xb317;
267pub const SKEIN256_192: Codec = 0xb318;
268pub const SKEIN256_200: Codec = 0xb319;
269pub const SKEIN256_208: Codec = 0xb31a;
270pub const SKEIN256_216: Codec = 0xb31b;
271pub const SKEIN256_224: Codec = 0xb31c;
272pub const SKEIN256_232: Codec = 0xb31d;
273pub const SKEIN256_240: Codec = 0xb31e;
274pub const SKEIN256_248: Codec = 0xb31f;
275pub const SKEIN256_256: Codec = 0xb320;
276pub const SKEIN512_8: Codec = 0xb321;
277pub const SKEIN512_16: Codec = 0xb322;
278pub const SKEIN512_24: Codec = 0xb323;
279pub const SKEIN512_32: Codec = 0xb324;
280pub const SKEIN512_40: Codec = 0xb325;
281pub const SKEIN512_48: Codec = 0xb326;
282pub const SKEIN512_56: Codec = 0xb327;
283pub const SKEIN512_64: Codec = 0xb328;
284pub const SKEIN512_72: Codec = 0xb329;
285pub const SKEIN512_80: Codec = 0xb32a;
286pub const SKEIN512_88: Codec = 0xb32b;
287pub const SKEIN512_96: Codec = 0xb32c;
288pub const SKEIN512_104: Codec = 0xb32d;
289pub const SKEIN512_112: Codec = 0xb32e;
290pub const SKEIN512_120: Codec = 0xb32f;
291pub const SKEIN512_128: Codec = 0xb330;
292pub const SKEIN512_136: Codec = 0xb331;
293pub const SKEIN512_144: Codec = 0xb332;
294pub const SKEIN512_152: Codec = 0xb333;
295pub const SKEIN512_160: Codec = 0xb334;
296pub const SKEIN512_168: Codec = 0xb335;
297pub const SKEIN512_176: Codec = 0xb336;
298pub const SKEIN512_184: Codec = 0xb337;
299pub const SKEIN512_192: Codec = 0xb338;
300pub const SKEIN512_200: Codec = 0xb339;
301pub const SKEIN512_208: Codec = 0xb33a;
302pub const SKEIN512_216: Codec = 0xb33b;
303pub const SKEIN512_224: Codec = 0xb33c;
304pub const SKEIN512_232: Codec = 0xb33d;
305pub const SKEIN512_240: Codec = 0xb33e;
306pub const SKEIN512_248: Codec = 0xb33f;
307pub const SKEIN512_256: Codec = 0xb340;
308pub const SKEIN512_264: Codec = 0xb341;
309pub const SKEIN512_272: Codec = 0xb342;
310pub const SKEIN512_280: Codec = 0xb343;
311pub const SKEIN512_288: Codec = 0xb344;
312pub const SKEIN512_296: Codec = 0xb345;
313pub const SKEIN512_304: Codec = 0xb346;
314pub const SKEIN512_312: Codec = 0xb347;
315pub const SKEIN512_320: Codec = 0xb348;
316pub const SKEIN512_328: Codec = 0xb349;
317pub const SKEIN512_336: Codec = 0xb34a;
318pub const SKEIN512_344: Codec = 0xb34b;
319pub const SKEIN512_352: Codec = 0xb34c;
320pub const SKEIN512_360: Codec = 0xb34d;
321pub const SKEIN512_368: Codec = 0xb34e;
322pub const SKEIN512_376: Codec = 0xb34f;
323pub const SKEIN512_384: Codec = 0xb350;
324pub const SKEIN512_392: Codec = 0xb351;
325pub const SKEIN512_400: Codec = 0xb352;
326pub const SKEIN512_408: Codec = 0xb353;
327pub const SKEIN512_416: Codec = 0xb354;
328pub const SKEIN512_424: Codec = 0xb355;
329pub const SKEIN512_432: Codec = 0xb356;
330pub const SKEIN512_440: Codec = 0xb357;
331pub const SKEIN512_448: Codec = 0xb358;
332pub const SKEIN512_456: Codec = 0xb359;
333pub const SKEIN512_464: Codec = 0xb35a;
334pub const SKEIN512_472: Codec = 0xb35b;
335pub const SKEIN512_480: Codec = 0xb35c;
336pub const SKEIN512_488: Codec = 0xb35d;
337pub const SKEIN512_496: Codec = 0xb35e;
338pub const SKEIN512_504: Codec = 0xb35f;
339pub const SKEIN512_512: Codec = 0xb360;
340pub const SKEIN1024_8: Codec = 0xb361;
341pub const SKEIN1024_16: Codec = 0xb362;
342pub const SKEIN1024_24: Codec = 0xb363;
343pub const SKEIN1024_32: Codec = 0xb364;
344pub const SKEIN1024_40: Codec = 0xb365;
345pub const SKEIN1024_48: Codec = 0xb366;
346pub const SKEIN1024_56: Codec = 0xb367;
347pub const SKEIN1024_64: Codec = 0xb368;
348pub const SKEIN1024_72: Codec = 0xb369;
349pub const SKEIN1024_80: Codec = 0xb36a;
350pub const SKEIN1024_88: Codec = 0xb36b;
351pub const SKEIN1024_96: Codec = 0xb36c;
352pub const SKEIN1024_104: Codec = 0xb36d;
353pub const SKEIN1024_112: Codec = 0xb36e;
354pub const SKEIN1024_120: Codec = 0xb36f;
355pub const SKEIN1024_128: Codec = 0xb370;
356pub const SKEIN1024_136: Codec = 0xb371;
357pub const SKEIN1024_144: Codec = 0xb372;
358pub const SKEIN1024_152: Codec = 0xb373;
359pub const SKEIN1024_160: Codec = 0xb374;
360pub const SKEIN1024_168: Codec = 0xb375;
361pub const SKEIN1024_176: Codec = 0xb376;
362pub const SKEIN1024_184: Codec = 0xb377;
363pub const SKEIN1024_192: Codec = 0xb378;
364pub const SKEIN1024_200: Codec = 0xb379;
365pub const SKEIN1024_208: Codec = 0xb37a;
366pub const SKEIN1024_216: Codec = 0xb37b;
367pub const SKEIN1024_224: Codec = 0xb37c;
368pub const SKEIN1024_232: Codec = 0xb37d;
369pub const SKEIN1024_240: Codec = 0xb37e;
370pub const SKEIN1024_248: Codec = 0xb37f;
371pub const SKEIN1024_256: Codec = 0xb380;
372pub const SKEIN1024_264: Codec = 0xb381;
373pub const SKEIN1024_272: Codec = 0xb382;
374pub const SKEIN1024_280: Codec = 0xb383;
375pub const SKEIN1024_288: Codec = 0xb384;
376pub const SKEIN1024_296: Codec = 0xb385;
377pub const SKEIN1024_304: Codec = 0xb386;
378pub const SKEIN1024_312: Codec = 0xb387;
379pub const SKEIN1024_320: Codec = 0xb388;
380pub const SKEIN1024_328: Codec = 0xb389;
381pub const SKEIN1024_336: Codec = 0xb38a;
382pub const SKEIN1024_344: Codec = 0xb38b;
383pub const SKEIN1024_352: Codec = 0xb38c;
384pub const SKEIN1024_360: Codec = 0xb38d;
385pub const SKEIN1024_368: Codec = 0xb38e;
386pub const SKEIN1024_376: Codec = 0xb38f;
387pub const SKEIN1024_384: Codec = 0xb390;
388pub const SKEIN1024_392: Codec = 0xb391;
389pub const SKEIN1024_400: Codec = 0xb392;
390pub const SKEIN1024_408: Codec = 0xb393;
391pub const SKEIN1024_416: Codec = 0xb394;
392pub const SKEIN1024_424: Codec = 0xb395;
393pub const SKEIN1024_432: Codec = 0xb396;
394pub const SKEIN1024_440: Codec = 0xb397;
395pub const SKEIN1024_448: Codec = 0xb398;
396pub const SKEIN1024_456: Codec = 0xb399;
397pub const SKEIN1024_464: Codec = 0xb39a;
398pub const SKEIN1024_472: Codec = 0xb39b;
399pub const SKEIN1024_480: Codec = 0xb39c;
400pub const SKEIN1024_488: Codec = 0xb39d;
401pub const SKEIN1024_496: Codec = 0xb39e;
402pub const SKEIN1024_504: Codec = 0xb39f;
403pub const SKEIN1024_512: Codec = 0xb3a0;
404pub const SKEIN1024_520: Codec = 0xb3a1;
405pub const SKEIN1024_528: Codec = 0xb3a2;
406pub const SKEIN1024_536: Codec = 0xb3a3;
407pub const SKEIN1024_544: Codec = 0xb3a4;
408pub const SKEIN1024_552: Codec = 0xb3a5;
409pub const SKEIN1024_560: Codec = 0xb3a6;
410pub const SKEIN1024_568: Codec = 0xb3a7;
411pub const SKEIN1024_576: Codec = 0xb3a8;
412pub const SKEIN1024_584: Codec = 0xb3a9;
413pub const SKEIN1024_592: Codec = 0xb3aa;
414pub const SKEIN1024_600: Codec = 0xb3ab;
415pub const SKEIN1024_608: Codec = 0xb3ac;
416pub const SKEIN1024_616: Codec = 0xb3ad;
417pub const SKEIN1024_624: Codec = 0xb3ae;
418pub const SKEIN1024_632: Codec = 0xb3af;
419pub const SKEIN1024_640: Codec = 0xb3b0;
420pub const SKEIN1024_648: Codec = 0xb3b1;
421pub const SKEIN1024_656: Codec = 0xb3b2;
422pub const SKEIN1024_664: Codec = 0xb3b3;
423pub const SKEIN1024_672: Codec = 0xb3b4;
424pub const SKEIN1024_680: Codec = 0xb3b5;
425pub const SKEIN1024_688: Codec = 0xb3b6;
426pub const SKEIN1024_696: Codec = 0xb3b7;
427pub const SKEIN1024_704: Codec = 0xb3b8;
428pub const SKEIN1024_712: Codec = 0xb3b9;
429pub const SKEIN1024_720: Codec = 0xb3ba;
430pub const SKEIN1024_728: Codec = 0xb3bb;
431pub const SKEIN1024_736: Codec = 0xb3bc;
432pub const SKEIN1024_744: Codec = 0xb3bd;
433pub const SKEIN1024_752: Codec = 0xb3be;
434pub const SKEIN1024_760: Codec = 0xb3bf;
435pub const SKEIN1024_768: Codec = 0xb3c0;
436pub const SKEIN1024_776: Codec = 0xb3c1;
437pub const SKEIN1024_784: Codec = 0xb3c2;
438pub const SKEIN1024_792: Codec = 0xb3c3;
439pub const SKEIN1024_800: Codec = 0xb3c4;
440pub const SKEIN1024_808: Codec = 0xb3c5;
441pub const SKEIN1024_816: Codec = 0xb3c6;
442pub const SKEIN1024_824: Codec = 0xb3c7;
443pub const SKEIN1024_832: Codec = 0xb3c8;
444pub const SKEIN1024_840: Codec = 0xb3c9;
445pub const SKEIN1024_848: Codec = 0xb3ca;
446pub const SKEIN1024_856: Codec = 0xb3cb;
447pub const SKEIN1024_864: Codec = 0xb3cc;
448pub const SKEIN1024_872: Codec = 0xb3cd;
449pub const SKEIN1024_880: Codec = 0xb3ce;
450pub const SKEIN1024_888: Codec = 0xb3cf;
451pub const SKEIN1024_896: Codec = 0xb3d0;
452pub const SKEIN1024_904: Codec = 0xb3d1;
453pub const SKEIN1024_912: Codec = 0xb3d2;
454pub const SKEIN1024_920: Codec = 0xb3d3;
455pub const SKEIN1024_928: Codec = 0xb3d4;
456pub const SKEIN1024_936: Codec = 0xb3d5;
457pub const SKEIN1024_944: Codec = 0xb3d6;
458pub const SKEIN1024_952: Codec = 0xb3d7;
459pub const SKEIN1024_960: Codec = 0xb3d8;
460pub const SKEIN1024_968: Codec = 0xb3d9;
461pub const SKEIN1024_976: Codec = 0xb3da;
462pub const SKEIN1024_984: Codec = 0xb3db;
463pub const SKEIN1024_992: Codec = 0xb3dc;
464pub const SKEIN1024_1000: Codec = 0xb3dd;
465pub const SKEIN1024_1008: Codec = 0xb3de;
466pub const SKEIN1024_1016: Codec = 0xb3df;
467pub const SKEIN1024_1024: Codec = 0xb3e0;
468pub const POSEIDON_BLS12_381_A2_FC1: Codec = 0xb401;
469pub const POSEIDON_BLS12_381_A2_FC1_SC: Codec = 0xb402;
470pub const ZEROXCERT_IMPRINT_256: Codec = 0xce11;
471pub const FIL_COMMITMENT_UNSEALED: Codec = 0xf101;
472pub const FIL_COMMITMENT_SEALED: Codec = 0xf102;
473pub const HOLOCHAIN_ADR_V0: Codec = 0x807124;
474pub const HOLOCHAIN_ADR_V1: Codec = 0x817124;
475pub const HOLOCHAIN_KEY_V0: Codec = 0x947124;
476pub const HOLOCHAIN_KEY_V1: Codec = 0x957124;
477pub const HOLOCHAIN_SIG_V0: Codec = 0xa27124;
478pub const HOLOCHAIN_SIG_V1: Codec = 0xa37124;
479pub const SKYNET_NS: Codec = 0xb19910;
480pub const ARWEAVE_NS: Codec = 0xb29910;