MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / add_msg

Method add_msg

src/big_integer/poly1305.rs:51–57  ·  view source on GitHub ↗

process a 16-byte-long message block. If message is not long enough, fill the `msg` array with zeros, but set `msg_bytes` to the original chunk length in bytes. See `basic_tv1` for example usage.

(&mut self, msg: &[u8; 16], msg_bytes: u64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

basic_tv1Function · 0.80

Calls

no outgoing calls

Tested by 1

basic_tv1Function · 0.64