curve25519-dalek 0.4.0

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 #42475 2017-02-21T21:06:45.943885+00:00
# rustc version
rustc 1.16.0-nightly (df8debf6d 2017-01-25)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading curve25519-dalek v0.4.0
Downloading arrayref v0.3.3
Compiling arrayref v0.3.3
Compiling libc v0.2.20
Running `rustc --crate-name arrayref .cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-0.3.3/src/lib.rs --crate-type lib --emit=dep-info,link -C panic=unwind -C codegen-units=1 -C debuginfo=2 -C metadata=1a63fbdeb8c71e09 -C extra-filename=-1a63fbdeb8c71e09 --out-dir /home/cratesfyi/curve25519-dalek-0.4.0/debug/deps -L dependency=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps --cap-lints allow`
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.20/src/lib.rs --crate-type lib --emit=dep-info,link -C panic=unwind -C codegen-units=1 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=b9cfa9a5b3557ef8 -C extra-filename=-b9cfa9a5b3557ef8 --out-dir /home/cratesfyi/curve25519-dalek-0.4.0/debug/deps -L dependency=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps --cap-lints allow`
Compiling rand v0.3.15
Running `rustc --crate-name rand .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C panic=unwind -C codegen-units=1 -C debuginfo=2 -C metadata=7d0d050b4b4835a4 -C extra-filename=-7d0d050b4b4835a4 --out-dir /home/cratesfyi/curve25519-dalek-0.4.0/debug/deps -L dependency=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps --extern libc=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps/liblibc-b9cfa9a5b3557ef8.rlib --cap-lints allow`
Documenting curve25519-dalek v0.4.0
Running `rustdoc --crate-name curve25519_dalek .cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.4.0/src/lib.rs -o /home/cratesfyi/curve25519-dalek-0.4.0/doc --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -L dependency=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps --extern arrayref=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps/libarrayref-1a63fbdeb8c71e09.rlib --extern rand=/home/cratesfyi/curve25519-dalek-0.4.0/debug/deps/librand-7d0d050b4b4835a4.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 5.8 secs