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

Method challenge_bytes

utils/src/transcript.rs:92–94  ·  view source on GitHub ↗
(&mut self, label: &'static [u8], dest: &mut [u8])

Source from the content-addressed store, hash-verified

90 }
91
92 fn challenge_bytes(&mut self, label: &'static [u8], dest: &mut [u8]) {
93 self.merlin.challenge_bytes(label, dest)
94 }
95
96 fn challenge_bytes_without_static_label(&mut self, label: &[u8], dest: &mut [u8]) {
97 self.merlin

Callers 3

challenge_scalarMethod · 0.45
challenge_scalarsMethod · 0.45
challenge_group_elemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected