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

Method meta_ad

merlin/src/strobe.rs:89–92  ·  view source on GitHub ↗
(&mut self, data: &[u8], more: bool)

Source from the content-addressed store, hash-verified

87 }
88
89 pub fn meta_ad(&mut self, data: &[u8], more: bool) {
90 self.begin_op(FLAG_M | FLAG_A, more);
91 self.absorb(data);
92 }
93
94 pub fn ad(&mut self, data: &[u8], more: bool) {
95 self.begin_op(FLAG_A, more);

Callers 9

newMethod · 0.80
test_conformanceFunction · 0.80
finalizeMethod · 0.80
fill_bytesMethod · 0.80
append_messageMethod · 0.80
challenge_bytesMethod · 0.80

Calls 2

begin_opMethod · 0.80
absorbMethod · 0.80

Tested by 1

test_conformanceFunction · 0.64