encode_bytes

Function encode_bytes 

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

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