Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ split_blocks
Method
split_blocks
block-buffer/src/sealed.rs:66–68 ·
view source on GitHub ↗
(data: &[u8])
Source
from the content-addressed store, hash-verified
64
65
#[inline(always)]
66
fn split_blocks<N: ArraySize>(data: &[u8]) -> (&[Array<u8, N>], &[u8]) {
67
Array::slice_as_chunks(data)
68
}
69
}
70
71
impl Sealed for super::Lazy {
Callers
nothing calls this directly
Calls
3
slice_as_chunks
Function · 0.85
is_empty
Method · 0.80
expect
Method · 0.80
Tested by
no test coverage detected