Function field_from_bytes_kernel
pub fn field_from_bytes_kernel(data: [Bits<8>; 32]) -> FieldElement2625Expand description
Parse 32 little-endian bytes into radix-2^25.5 limbs.
Canonicality is checked by FieldCodecEngine, which re-encodes and
compares the input.