Serializes the field element to a 48-byte big-endian representation.
@override List<int> toBytes() { return BigintUtils.toBytes(v, length: 48); }