3 Commits

Author SHA1 Message Date
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