Function rsa::internals::left_pad

source ·
pub fn left_pad(input: &[u8], size: usize) -> Vec<u8>
Available on crate feature expose-internals only.
Expand description

Returns a new vector of the given length, with 0s left padded.