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

Method append_message

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

Source from the content-addressed store, hash-verified

81 }
82
83 fn append_message(&mut self, label: &'static [u8], bytes: &[u8]) {
84 self.merlin.append_message(label, bytes)
85 }
86
87 fn append_message_without_static_label(&mut self, label: &[u8], bytes: &[u8]) {
88 self.merlin

Callers 1

appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected