Skip to content

Commit 07b56ee

Browse files
merge table from readme into hashtable.csv
adds identity and moves to a single location of the table
1 parent 2df4b06 commit 07b56ee

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,7 @@ Yes, but we already have to agree on functions, so this is not hard. The table e
9999

100100
## Table for Multihash v1.0.0-RC (semver)
101101

102-
The current multihash table is [here](hashtable.csv):
103-
104-
```
105-
code name
106-
0x00 identity
107-
0x11 sha1
108-
0x12 sha2-256
109-
0x13 sha2-512
110-
0x14 sha3-512
111-
0x15 sha3-384
112-
0x16 sha3-256
113-
0x17 sha3-224
114-
0x18 shake-128
115-
0x19 shake-256
116-
0x40 blake2b
117-
0x41 blake2s
118-
# 0x0400-0x040f reserved for application specific functions
119-
# 0x14 formerly had the name "sha3", now deprecated
120-
```
102+
The current multihash table is [here](hashtable.csv).
121103

122104
### Other Tables
123105

hashtable.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
codec, description, code
2+
identity, , 0x00
23
sha1, , 0x11
34
sha2-256, , 0x12
45
sha2-512, , 0x13

0 commit comments

Comments
 (0)