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

Function new_merlin_transcript

utils/src/transcript.rs:17–19  ·  view source on GitHub ↗

must be specific to the application.

(label: &'static [u8])

Source from the content-addressed store, hash-verified

15
16/// must be specific to the application.
17pub fn new_merlin_transcript(label: &'static [u8]) -> impl Transcript + Clone + Write {
18 MerlinTranscript::new(label)
19}
20
21#[derive(Clone, Zeroize, ZeroizeOnDrop, CanonicalSerialize, CanonicalDeserialize)]
22#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]

Callers 15

transcriptFunction · 0.85
batch_multiplicationFunction · 0.85
legogroth16_aggregationFunction · 0.85
groth16_aggregationFunction · 0.85
proof_aggregationFunction · 0.85
point_additionFunction · 0.85
scalar_multFunction · 0.85
checkFunction · 0.85

Calls

no outgoing calls

Tested by 15

transcriptFunction · 0.68
legogroth16_aggregationFunction · 0.68
groth16_aggregationFunction · 0.68
proof_aggregationFunction · 0.68
point_additionFunction · 0.68
scalar_multFunction · 0.68
check_when_powers_of_2Function · 0.68