Skip to content

Commit

Permalink
Add transcript/std feature to generalized-schnorr
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 27, 2024
1 parent 9643b6d commit 72d5a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/generalized-schnorr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ transcript = { package = "flexible-transcript", path = "../transcript", features
ciphersuite = { path = "../ciphersuite", features = ["ed25519"] }

[features]
std = ["std-shims/std", "rand_core/std", "zeroize/std", "ciphersuite/std", "multiexp/std"]
std = ["std-shims/std", "rand_core/std", "zeroize/std", "transcript/std", "ciphersuite/std", "multiexp/std"]
default = ["std"]

0 comments on commit 72d5a85

Please sign in to comment.