Skip to content

Commit

Permalink
Use curve25519-dalek from git; check in Cargo.lock (dalek-cryptogra…
Browse files Browse the repository at this point in the history
…phy#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.
  • Loading branch information
tarcieri authored Jan 9, 2023
1 parent 4f218d8 commit 6ee4d1d
Show file tree
Hide file tree
Showing 5 changed files with 981 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target
Cargo.lock

.cargo

Expand Down
Loading

0 comments on commit 6ee4d1d

Please sign in to comment.