]> git.lizzy.rs Git - PAKEs.git/commit
spake2: bump `curve25519-dalek` to v3.0; `rand_core` => v0.5 (#85)
authorTony Arcieri <bascule@gmail.com>
Sat, 22 Jan 2022 21:40:26 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 21:40:26 +0000 (14:40 -0700)
commit61a6b227c7ff5d696dc1e254caebb4e5d8f3db57
tree3d42db49bddd949c657905c1b96fe3a8a536b399
parentf06427c62185d2e61923d46878864a509440592a
spake2: bump `curve25519-dalek` to v3.0; `rand_core` => v0.5 (#85)

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)
Cargo.lock
spake2/Cargo.toml
spake2/src/lib.rs