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