package bls12-381-unix

  1. Overview
  2. Docs
UNIX version of BLS12-381 primitives implementing the virtual package bls12-381

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-bls12-381-2f6c97bbd86ce05428e9f06ffdf3239982bd9083.tar.bz2
md5=3b88994951c586751fb615af236d2285
sha512=90f97d5229a2b000452b9903fc30d938538698aebdf542b799ada56d8f635c38effce93365c1994a9667f88769f696335a0d627baa68fef6cd41573f0aa7299c

doc/bls12-381-unix/G1/Uncompressed/index.html

Module G1.UncompressedSource

Sourceexception Not_on_curve of Bytes.t
Sourcetype t
Sourceval size_in_bytes : int
Sourcemodule Scalar : sig ... end
Sourceval empty : unit -> t
Sourceval check_bytes : Bytes.t -> bool
Sourceval of_bytes_opt : Bytes.t -> t option
Sourceval of_bytes_exn : Bytes.t -> t
Sourceval to_bytes : t -> Bytes.t
Sourceval zero : t
Sourceval one : t
Sourceval is_zero : t -> bool
Sourceval random : ?state:Random.State.t -> unit -> t
Sourceval add : t -> t -> t
Sourceval double : t -> t
Sourceval negate : t -> t
Sourceval eq : t -> t -> bool
Sourceval mul : t -> Scalar.t -> t
Sourceval of_z_opt : x:Z.t -> y:Z.t -> t option