RustCrypto / PAKEs

Password-Authenticated Key Agreement protocols
104 stars 34 forks source link

spake2: bump `curve25519-dalek` to v3.0; `rand_core` => v0.5 #85

Closed tarcieri closed 2 years ago

tarcieri commented 2 years ago

This is a continuation of #33.

It bumps curve25519-dalek to the latest stable release and replaces the rand crate with the version of rand_core which is compatible with curve25519-dalek: v0.5 (which is still a version behind)