-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I don't know what the Rust convention is, but when I see cargo outdated telling me that there are newer versions of dependencies that we might use, I'm tempted to upgrade. SPAKE2 is currently out-of-date on HKDF and the rand crate.
I've got a PR for spake2's use of HKDF that I'll submit in a minute, but we can't update to rand-0.7 until curve25519-dalek does the same, because the random-element selection API cites a rand_core::CryptoRng trait that must be the same on both sides of the interface.
I haven't looked closely at SRP, but it's behind on both rand (which should be easy) and generic-array (about which I have no idea).
Metadata
Metadata
Assignees
Labels
No labels