int_to_bytes_be

Function int_to_bytes_be 

Source
pub fn int_to_bytes_be(value: u64, length: usize) -> Vec<u8> 
Expand description

Convert an integer to big-endian bytes.