mirror of
https://github.com/dalek-cryptography/ed25519-dalek.git
synced 2026-01-10 11:37:58 -05:00
Add Cargo.toml feature to optionally use sha2-asm.
This commit is contained in:
@@ -46,3 +46,4 @@ default = ["std"]
|
||||
std = ["rand", "curve25519-dalek/std"]
|
||||
bench = []
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
asm = ["sha2/asm"]
|
||||
|
||||
Reference in New Issue
Block a user