-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow alternative underlying crypto libraries to be swapped in #10
Labels
enhancement
New feature or request
Comments
You might also consider evercrypt-rust which provides an FFI wrapper to formally verified C implementations. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Rust port currently uses the RustCrypto crates for underlying crypto functionality. It may be useful to support alternative underlying crypto libraries, such as:
TBD whether alternatives would be selected at build time (e.g. via features) or more dynamically (trait impls?).
The text was updated successfully, but these errors were encountered: