Skip to content

Commit

Permalink
Propagate getrandom to ark-std
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Jul 9, 2024
1 parent d466265 commit a13ad4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ std = [
"fflonk/std",
"ring-proof/std",
]
getrandom = [ "rand_core" ]
getrandom = [
"rand_core",
"ark-std/getrandom"
]
curves = [
"secp256r1",
"ed25519",
Expand Down

0 comments on commit a13ad4e

Please sign in to comment.