encode_bytes

Function encode_bytes 

Source
fn encode_bytes<W>(writer: &mut W, bytes: &[u8]) -> Result<()>
where W: Writer + ?Sized,
Expand description

Encode the given big endian bytes representing an integer as ASN.1 DER.