Function mysql_common::crypto::der::parse_bit_string
source ยท pub fn parse_bit_string(der: &[u8]) -> (u8, &[u8], &[u8])
Expand description
der bytes -> (unused bits, bytes of bit string, rest of der bytes)
pub fn parse_bit_string(der: &[u8]) -> (u8, &[u8], &[u8])
der bytes -> (unused bits, bytes of bit string, rest of der bytes)