Function fr32::fr_into_bytes_slice

source ·
pub fn fr_into_bytes_slice(fr: &Scalar, fr_bytes: &mut [u8])
Expand description

Takes an Fr and copies exactly 32 bytes guaranteed to contain a valid Fr into the fr_bytes output slice.