-
Notifications
You must be signed in to change notification settings - Fork 93
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
Replace ring by argonautica, rand, hmac and sha2 #84
Conversation
Take a look at |
Would you mind making the changes independent of the |
This comment has been minimized.
This comment has been minimized.
I will open a new PR to split argonautica and the rest. |
This replaces all usages of ring by their RustCrypto equivalent, namely rand, hmac and sha2.
This PR also includes #81, replacing pbkdf2 by argonautica, so as to remove ring from Cargo.toml and libs.rs, completely removing any ring dependency.