Function clarity::utils::zpad

source ·
pub fn zpad(bytes: &[u8], len: usize) -> Vec<u8>
Expand description

Pad bytes with zeros at the start.