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

Method commit_bytes

merlin/src/transcript.rs:149–151  ·  view source on GitHub ↗
(&mut self, label: &'static [u8], message: &[u8])

Source from the content-addressed store, hash-verified

147 /// transcript-level messages and protocol-level commitments.
148 #[deprecated(since = "1.1.0", note = "renamed to append_message for clarity.")]
149 pub fn commit_bytes(&mut self, label: &'static [u8], message: &[u8]) {
150 self.append_message(label, message);
151 }
152
153 /// Convenience method for appending a `u64` to the transcript.
154 ///

Callers

nothing calls this directly

Calls 1

append_messageMethod · 0.45

Tested by

no test coverage detected