Home
last modified time | relevance | path

Searched refs:expand_chunk (Results 1 - 1 of 1) sorted by relevance

/base/security/asset/frameworks/utils/src/
H A Dhasher.rs38 fn expand_chunk(plain_chunk: [u8; BYTES_PER_CHUNK]) -> [u32; BYTES_PER_CHUNK] { in expand_chunk() functions
98 expand_chunk(input_bytes[i * BYTES_PER_CHUNK..(i + 1) * BYTES_PER_CHUNK].try_into().unwrap());

Completed in 1 milliseconds