Commit Graph

2 Commits

Author SHA1 Message Date
Tony Arcieri
6ee4d1de5c Use curve25519-dalek from git; check in Cargo.lock (#260)
Updates to the latest upstream changes in `curve25519-dalek`, including
using the new `EdwardsPoint::mul_base` API.

To keep the build deterministic, this also checks in Cargo.lock, which
pins `curve25519-dalek` to a particular git commit SHA which can be
updated using `cargo update -p curve25519-dalek`.

We can potentially remove `Cargo.lock` again after a crate release.
2023-01-09 04:44:10 -05:00
Isis Lovecruft
27ee13b6ef Initial commit 2016-12-01 22:03:46 +00:00