Add Cargo.toml feature to optionally use sha2-asm.

This commit is contained in:
Isis Lovecruft
2017-08-01 22:21:59 +00:00
parent 6146a55845
commit a6e5333cb5

View File

@@ -46,3 +46,4 @@ default = ["std"]
std = ["rand", "curve25519-dalek/std"]
bench = []
nightly = ["curve25519-dalek/nightly"]
asm = ["sha2/asm"]