pub fn pre_auth_encode<const N: usize>(
pieces: [&[&[u8]]; N],
out: impl WriteBytes,
)Expand description
Encode the pieces using the pre-auth-encoding scheme.
pub fn pre_auth_encode<const N: usize>(
pieces: [&[&[u8]]; N],
out: impl WriteBytes,
)Encode the pieces using the pre-auth-encoding scheme.