Primitive.G1
module Scalar : sig ... end
Check if a point, represented as a byte array, is on the curve *
val of_bytes_opt : Stdlib.Bytes.t -> t option
Attempt to construct a point from a byte array
val of_bytes_exn : Stdlib.Bytes.t -> t
Attempt to construct a point from a byte array. Raise Not_on_curve
if the point is not on the curve
val to_bytes : t -> Stdlib.Bytes.t
Return a representation in bytes
val zero : t
Zero of the elliptic curve
val one : t
A fixed generator of the elliptic curve