Function mysql_common::crypto::der::parse_uint
source ยท pub fn parse_uint(der: &[u8]) -> (BigUint, &[u8])
Expand description
der bytes -> (uint, rest of der bytes)
pub fn parse_uint(der: &[u8]) -> (BigUint, &[u8])
der bytes -> (uint, rest of der bytes)