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

Method commit_u64

merlin/src/transcript.rs:174–176  ·  view source on GitHub ↗
(&mut self, label: &'static [u8], x: u64)

Source from the content-addressed store, hash-verified

172 /// transcript-level messages and protocol-level commitments.
173 #[deprecated(since = "1.1.0", note = "renamed to append_u64 for clarity.")]
174 pub fn commit_u64(&mut self, label: &'static [u8], x: u64) {
175 self.append_u64(label, x);
176 }
177
178 /// Fill the supplied buffer with the verifier's challenge bytes.
179 ///

Callers

nothing calls this directly

Calls 1

append_u64Method · 0.80

Tested by

no test coverage detected