mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Add Cargo.toml feature to optionally use sha2-asm.
This commit is contained in:
parent
6146a55845
commit
a6e5333cb5
1 changed files with 1 additions and 0 deletions
|
|
@ -46,3 +46,4 @@ default = ["std"]
|
|||
std = ["rand", "curve25519-dalek/std"]
|
||||
bench = []
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
asm = ["sha2/asm"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue