Reduce a 64-bytes scalar to the field size.
pub fn reduce64(s: [64]u8) CompressedScalar
pub fn reduce64(s: [64]u8) CompressedScalar { var scalar = ScalarDouble.fromBytes64(s); return scalar.toBytes(); }