-
Notifications
You must be signed in to change notification settings - Fork 298
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
api cleanup #228
Comments
rust-lang/rfcs#576 is likely the most relevant part of it |
Thanks for opening this up - this is work that needs to happen before rust-crypto can hit 1.0. The other Rust feature / issue that might be important to tracking are associated constants. I believe associated constants would significantly simplify / improve a variety of the algorithms. What I'm unclear on is if that would impact the external interfaces, however. |
As a note: we'll want to explore adding interfaces to chacha20 and salsa20 to support seeking since those algorithms both support it, but the interfaces don't currently. |
probably should wait until after io reform hits, opening this as a place to discus.
The text was updated successfully, but these errors were encountered: