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 <contact@ophir.dev>
|
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 <contact@ophir.dev>
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).