Skip to content

Commit

Permalink
maybe fix alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed May 10, 2024
1 parent 518c102 commit 2c6b871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bign256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ecdsa = ["arithmetic", "dep:rfc6979", "dep:signature", "dep:belt-hash"]
arithmetic = ["dep:primeorder", "elliptic-curve/arithmetic"]
pem = ["pkcs8", "sec1/pem"]
pkcs8 = ["dep:pkcs8"]
ecdh = ["arithmetic", "elliptic-curve/ecdh", "dep:digest", "dep:hkdf", "dep:hmac", "dep:belt-hash"]
ecdh = ["arithmetic", "elliptic-curve/ecdh", "dep:digest", "dep:hkdf", "dep:hmac", "dep:belt-hash", "alloc"]

[[bench]]
name = "field"
Expand Down

0 comments on commit 2c6b871

Please sign in to comment.