BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.02k stars 341 forks source link

Add BLAKE3 to Linux #103

Open lnjX opened 4 years ago

lnjX commented 4 years ago

I worked on adding BLAKE3 to Qt. Unfortunately the patch is currently not accepted because, their policy about new hashing algorithms is that they also need to be present in the Linux kernel as a kind of quality-control. See https://codereview.qt-project.org/c/qt/qtbase/+/309265/1 for details.

oconnor663 commented 4 years ago

What's the standard for inclusion in Linux AF_ALG? How might we go about starting that process?

daviessm commented 3 years ago

This is a bit of necromancy but if it's still an open question I think an email to the linux-crypto mailing list would be the best place to start.

Rudxain commented 2 years ago

I use Termux and Linux Mint, none have b3sum preinstalled, only b2sum. I support this issue