-
Notifications
You must be signed in to change notification settings - Fork 14
Update crypto-common and related crates #47
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
base: main
Are you sure you want to change the base?
Update crypto-common and related crates #47
Conversation
Updates several cryptographic dependencies to their latest release candidates. Fixes an issue with MD5 password hashing by correctly formatting the output. Co-authored-by: contact <[email protected]>
|
Cursor Agent can help with this pull request. Just |
|
@cursoragent test locally with all feature combinations |
|
Compilation succeeded. Summary of fixes: SummaryFixed two compilation errors related to the updated RSA crate:
The code now compiles successfully with all feature combinations. The OpenSSL error seen in CI is an environment issue (missing Learn more about Cursor Agents |
Co-authored-by: contact <[email protected]>
Update
crypto-commonand related crypto crates to their latest release candidate versions.This update modernizes the crypto dependency stack, requiring adaptations to API changes in
hmac(addingKeyInittrait) and digest output formatting (using.as_slice()for hex conversion).