dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
331 stars 133 forks source link

Disable default features in curve25519 dependency #4

Closed oleganza closed 6 years ago

oleganza commented 6 years ago

This disables default features in curve25519-dalek to make sure std crate does not leak through this crate into the libraries that have a replacement for std, libc etc (e.g. in SGX builds).