curve25519-dalek-source/src
Isis Lovecruft d31df0aaa8
Remove sha2 dep; limit rand depends; fixes after PR#68 merge.
* ADD new "batch" feature for feature-gating ed25519 batch verification; off by
   default. The "batch" feature is the only thing which depends on all of the
   `rand` crate, since it requires the functionality of `rand::thread_rng()`.
   Without batch verification, the rest of ed25519-dalek only depends on
   `rand_os` and `rand_core`.
2019-04-02 01:46:23 +00:00
..
constants.rs Update copyright year to 2019 and destroy capitalism. 2019-01-18 04:59:12 +00:00
ed25519.rs Remove sha2 dep; limit rand depends; fixes after PR#68 merge. 2019-04-02 01:46:23 +00:00
errors.rs Update copyright year to 2019 and destroy capitalism. 2019-01-18 04:59:12 +00:00
lib.rs Remove sha2 dep; limit rand depends; fixes after PR#68 merge. 2019-04-02 01:46:23 +00:00
public.rs Update copyright year to 2019 and destroy capitalism. 2019-01-18 04:59:12 +00:00
secret.rs Remove sha2 dep; limit rand depends; fixes after PR#68 merge. 2019-04-02 01:46:23 +00:00
signature.rs Update copyright year to 2019 and destroy capitalism. 2019-01-18 04:59:12 +00:00