Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

decode

Function decode 

Source
pub fn decode(src: impl AsRef<[u8]>, dst: &mut [u8]) -> Result<&[u8], Error>
Expand description

Decode a mixed Base16 (hex) string into the provided destination buffer.