MCPcopy Create free account
hub / github.com/RustCrypto/utils / size

Method size

block-buffer/src/lib.rs:273–275  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

271 /// Return size of the internal buffer in bytes.
272 #[inline(always)]
273 pub fn size(&self) -> usize {
274 BS::USIZE
275 }
276
277 /// Return number of remaining bytes in the internal buffer.
278 #[inline(always)]

Callers 5

digest_blocksMethod · 0.45
remainingMethod · 0.45
digest_padMethod · 0.45
digest_pad_combinationsFunction · 0.45
deallocMethod · 0.45

Calls

no outgoing calls

Tested by 2

digest_pad_combinationsFunction · 0.36
deallocMethod · 0.36