This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Description
Hi,
multiformats/go-multihash#121 (comment) added support for BLAKE3.
Currently this is technically available in go-ipfs 0.11.
However, because BLAKE3 isn't in the list of allowed hashes one gets Error: potentially insecure hash functions not allowed
That is with a IPFS command line like:
ipfs add --nocopy --hash blake3 <somefile>
Could BLAKE3 be allowed too?
Best regards,
Mark