MCPcopy Create free account
hub / github.com/docknetwork/crypto / SecretKey

Class SecretKey

bbs_plus/src/setup.rs:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86)]
87#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
88pub struct SecretKey<F: PrimeField>(
89 #[cfg_attr(feature = "serde", serde_as(as = "ArkObjectBytes"))] pub F,
90);
91
92impl<F: PrimeField> SecretKey<F> {
93 pub const DST: &'static [u8] = b"BBS-SIG-KEYGEN-SALT";

Callers 2

signingFunction · 0.50
checkFunction · 0.50

Calls

no outgoing calls

Tested by 1

signingFunction · 0.40