Function num_words
pub const fn num_words(len: usize) -> usize
Available on crate feature
evm
only.Expand description
Returns number of words what would fit to provided number of bytes, i.e. it rounds up the number bytes to number of words.