-
Notifications
You must be signed in to change notification settings - Fork 26
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
crypto_box
: zeroize is locked into an old version
#33
Comments
This is a problem across all of our projects. We lock The best solution for now is probably to revert the changes to |
I've opened a tracking issue for this: RustCrypto/utils#723 |
@jpdoyle for now I've released a new version of |
The conflict between `elliptic_curves` and `crypto_box` got temporarily patched. For context, see: - RustCrypto/nacl-compat#33 (comment) - RustCrypto/utils#723
Fixes #269 The conflict between `elliptic_curves` and `crypto_box` got temporarily patched. For context, see: - RustCrypto/nacl-compat#33 (comment) - RustCrypto/utils#723
That fixed the immediate issue! thanks a ton. |
Fixes #269 The conflict between `elliptic_curves` and `crypto_box` got temporarily patched. For context, see: - RustCrypto/nacl-compat#33 (comment) - RustCrypto/utils#723 Apparently ethers:master has been broken for about a week
I have a project using both
elliptic-curves
andcrypto_box
, and when I updatedelliptic-curves
I could no longer build becausecrypto_box
requireszeroize < 1.5
. A minimized reproduction is available at https://github.com/jpdoyle/cryptobox-zeroize-issueThe error reported is:
It looks like fixing this also requires updating
xsalsa20poly1305
in https://github.com/RustCrypto/AEADsMy local cargo version is:
The text was updated successfully, but these errors were encountered: