7 Commits

Author SHA1 Message Date
Richard Littauer
e06bf16c09 Fix spelling error in codec table 2016-12-26 17:38:52 -05:00
Jakub Sztandera
b8404b3e2a Change blake codes to specify all of them 2016-12-11 12:49:38 +01:00
Jakub Sztandera
db2d536940 Fix columns once again 2016-12-10 21:21:47 +01:00
Jakub Sztandera
a20aff1562 Fix columns 2016-12-10 21:20:46 +01:00
Jakub Sztandera
a9dfcedabb Add more explenation and fix naming 2016-12-10 21:19:58 +01:00
Jakub Sztandera
bf8824efbc Add blake range codes
Blake2s and Blake2b have different initial vectors states for different lengths, this means that for each chosen output length it looks like completely different hash function.

This proposal allocated 64 values for Blake2b and 32 values for Blake2s as those are the ranges the outputs can be chosen from.

The codes will require 3 bytes to write down as varints.
2016-12-09 13:37:49 +01:00
David Dias
0c9d2dfbea break multicodec table into its own file, add a note of how to add new codes 2016-11-13 05:30:59 +00:00