Function revm::precompile::utilities::right_pad_vec

source ยท
pub fn right_pad_vec(data: &[u8], len: usize) -> Cow<'_, [u8]>
Expand description

Right-pads the given slice with zeroes until len.

Returns the first len bytes if it does not need padding.