Closed oleganza closed 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).
std
libc
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 forstd
,libc
etc (e.g. in SGX builds).