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

Class Output

syra/src/vrf.rs:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)]
24#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
25pub struct Output<E: Pairing>(
26 #[cfg_attr(feature = "serde", serde_as(as = "ArkObjectBytes"))] pub PairingOutput<E>,
27);
28
29/// Proof of correct PRF output
30#[cfg_attr(feature = "serde", cfg_eval::cfg_eval, serde_with::serde_as)]

Callers 1

aggregateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected