Reduce a 64-bytes scalar to the field size.
pub fn reduce64(s: [64]u8, endian: std.builtin.Endian) CompressedScalar
pub fn reduce64(s: [64]u8, endian: std.builtin.Endian) CompressedScalar { return Scalar.fromBytes64(s, endian).toBytes(endian); }