pub(crate) fn encode_bytes<W>(encoder: &mut W, bytes: &[u8]) -> Result<()>where W: Writer + ?Sized,
Encode the given big endian bytes representing an integer as ASN.1 DER.