mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
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.
12 lines
52 B
Text
12 lines
52 B
Text
target
|
|
|
|
.cargo
|
|
|
|
*~
|
|
\#*
|
|
.\#*
|
|
*.swp
|
|
*.orig
|
|
*.bak
|
|
|
|
*.s
|