We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb326e commit 0ed080aCopy full SHA for 0ed080a
mithril-stm/src/lib.rs
@@ -124,7 +124,7 @@ pub use signature_scheme::{
124
BlsVerificationKeyProofOfPossession,
125
};
126
127
-#[cfg(feature = "future_snark")]
+#[cfg(all(feature = "benchmark-internals", feature = "future_snark"))]
128
pub use signature_scheme::{SchnorrSignature, SchnorrSigningKey, SchnorrVerificationKey};
129
130
/// The quantity of stake held by a party, represented as a `u64`.
0 commit comments