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

Method append_message_without_static_label

utils/src/transcript.rs:87–90  ·  view source on GitHub ↗
(&mut self, label: &[u8], bytes: &[u8])

Source from the content-addressed store, hash-verified

85 }
86
87 fn append_message_without_static_label(&mut self, label: &[u8], bytes: &[u8]) {
88 self.merlin
89 .append_message_with_non_static_label(label, bytes)
90 }
91
92 fn challenge_bytes(&mut self, label: &'static [u8], dest: &mut [u8]) {
93 self.merlin.challenge_bytes(label, dest)

Callers

nothing calls this directly

Tested by

no test coverage detected