We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a Rust implementation at: https://github.com/BLAKE3-team/BLAKE3/blob/master/src/
It seems like attempting to have one here would be duplicating efforts.
It has trait impls for digest and crypto-mac.
digest
crypto-mac
I think the only actionable thing for this repo is an outbound link in the README.md.
The text was updated successfully, but these errors were encountered:
Perhaps use RustCrypto as an API for the pre-existing library?
Sorry, something went wrong.
@DonaldTsang it already impls the relevant traits from https://github.com/rustcrypto/traits
Aside from linking to it in the README.md, I think we're good to go.
4305277
Sounds good
No branches or pull requests
There is a Rust implementation at: https://github.com/BLAKE3-team/BLAKE3/blob/master/src/
It seems like attempting to have one here would be duplicating efforts.
It has trait impls for
digest
andcrypto-mac
.I think the only actionable thing for this repo is an outbound link in the README.md.
The text was updated successfully, but these errors were encountered: