Function decode_engine_slice

fn decode_engine_slice<E: Engine, T: AsRef<[u8]>>(input: T, output: &mut [u8], engine: &E) -> Result<usize, DecodeSliceError>

Decode the input into the provided output slice.

See [Engine::decode_slice].