You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently chacha20poly1305 requires zeroize >=1, <1.5, which makes it incompatible (unable to have in the same workspace) with elliptic-curve 0.12.x. Is updating it and releasing a pre-release version alright? This probably affects other crates, but this is what's needed right now for my use-cases (opaque-ke).
The text was updated successfully, but these errors were encountered:
Currently chacha20poly1305 requires zeroize
>=1, <1.5
, which makes it incompatible (unable to have in the same workspace) with elliptic-curve 0.12.x. Is updating it and releasing a pre-release version alright? This probably affects other crates, but this is what's needed right now for my use-cases (opaque-ke).The text was updated successfully, but these errors were encountered: