-
Notifications
You must be signed in to change notification settings - Fork 11
Add BLAKE3 to allowed list #13
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
See: ipfs/kubo#8650 |
Awesome! Thank you for the pointer. |
Adding an upvote to this issue :) our project would love if IPFS/multihash supported blake3. Would make our infrastructure much easier to build. |
Done in #16 ! |
!
…On Mon, Aug 15, 2022 at 6:34 PM Jorropo ***@***.***> wrote:
Closed #13 <#13> as completed.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDPMJAH4PY3ZOYHMZEH2PTVZJPO5ANCNFSM5MLGKVVA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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
The text was updated successfully, but these errors were encountered: