-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sunscreen_curve25519
updated
7 files
+10 −14 | Cargo.toml | |
+7 −5 | benches/dalek_benchmarks.rs | |
+1 −1 | src/backend/serial/scalar_mul/variable_base.rs | |
+2 −1 | src/field.rs | |
+7 −1 | src/lib.rs | |
+7 −6 | src/macros.rs | |
+127 −307 | src/ristretto.rs |