Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_blocks
Method · 0.45
remaining
Method · 0.45
digest_pad
Method · 0.45
digest_pad_combinations
Function · 0.45
dealloc
Method · 0.45
Calls
no outgoing calls
Tested by
2
digest_pad_combinations
Function · 0.36
dealloc
Method · 0.36