curve25519-dalek 0.1.3

A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19).
Documentation
Build #35943 2016-12-09T04:21:47.170477+00:00
# rustc version
rustc 1.14.0-nightly (cae6ab1c4 2016-11-05)# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading curve25519-dalek v0.1.3
Compiling arrayref v0.3.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-0.3.2/src/lib.rs --crate-name arrayref --crate-type lib -C panic=unwind -C codegen-units=1 -g -C metadata=433c3910e8562858 -C extra-filename=-433c3910e8562858 --out-dir /home/cratesfyi/curve25519-dalek-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/curve25519-dalek-0.1.3/debug/deps --cap-lints allow`
Documenting curve25519-dalek v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.1.3/src/lib.rs --crate-name curve25519_dalek -o /home/cratesfyi/curve25519-dalek-0.1.3/doc -L dependency=/home/cratesfyi/curve25519-dalek-0.1.3/debug/deps --extern arrayref=/home/cratesfyi/curve25519-dalek-0.1.3/debug/deps/libarrayref-433c3910e8562858.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 0.98 secs