Skip to content
New issue

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

BLAKE3 #103

Closed
tarcieri opened this issue Feb 26, 2020 · 3 comments
Closed

BLAKE3 #103

tarcieri opened this issue Feb 26, 2020 · 3 comments

Comments

@tarcieri
Copy link
Member

tarcieri commented Feb 26, 2020

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.

I think the only actionable thing for this repo is an outbound link in the README.md.

This was referenced Feb 26, 2020
@DonaldTsang
Copy link

Perhaps use RustCrypto as an API for the pre-existing library?

@tarcieri
Copy link
Member Author

@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.

@DonaldTsang
Copy link

Sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants