multiformats/go-multihash

Add blake support for all digest sizes

dignifiedquire opened this issue · 0 comments

Currently only 256, 384 and 512 are supported, as that is what x/crypto gives you. Using https://github.com/minio/blake2b-simd it should be straightforward to add support for all other digest sizes.