Skip to main content

bytes_to_int

Function bytes_to_int 

Source
pub fn bytes_to_int(
    buf: &[u8],
    base: u32,
    digit_limit: usize,
) -> Result<BigInt, BytesToIntError>