MCPcopy 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
71impl Sealed for super::Lazy {

Callers

nothing calls this directly

Calls 3

slice_as_chunksFunction · 0.85
is_emptyMethod · 0.80
expectMethod · 0.80

Tested by

no test coverage detected