disable unused schnorrkel feature (#9084)

This commit is contained in:
Andronik Ordian
2021-06-12 02:47:22 +02:00
committed by GitHub
parent e360cff92e
commit ad5b8afa6e
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -8247,7 +8247,6 @@ dependencies = [
"merlin",
"rand 0.7.3",
"rand_core 0.5.1",
"serde",
"sha2 0.8.2",
"subtle 2.4.0",
"zeroize",
-1
View File
@@ -101,7 +101,6 @@ std = [
"rand",
"sha2/std",
"schnorrkel/std",
"schnorrkel/serde",
"regex",
"num-traits/std",
"tiny-keccak",
-1
View File
@@ -34,5 +34,4 @@ default = ["std"]
std = [
"serde",
"schnorrkel/std",
"schnorrkel/serde",
]
-1
View File
@@ -40,7 +40,6 @@ pub struct VRFTranscriptData {
pub items: Vec<(&'static str, VRFTranscriptValue)>,
}
/// VRF signature data
#[cfg_attr(feature = "std", derive(serde::Serialize, serde::Deserialize))]
pub struct VRFSignature {
/// The VRFOutput serialized
pub output: VRFOutput,