Mavryk_raw_protocol_alpha.Zk_rollup_scalar
Representation of scalars used by the ZK Rollup alongside manipulation functions
Scalars are transparently BLS12-381 scalars
val of_z : Mavryk_protocol_environment_alpha.Z.t -> t
Safe conversion from Z.t. If the numerical value is not in the field, modulo reduction is applied.
val of_bits : string -> t
Safe conversion from bits, represented as a string. If the numerical value is not in the field, modulo reduction is applied.