package octez-mec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module PBT.MakeValueGenerationSource

Parameters

module G : sig ... end

Signature

Sourceval random : unit -> unit
Sourceval negation_with_random : unit -> unit
Sourceval negation_with_zero : unit -> unit
Sourceval negation_with_one : unit -> unit
Sourceval double_with_zero : unit -> unit
Sourceval double_with_one : unit -> unit
Sourceval double_with_random : unit -> unit
Sourceval addition_generates_valid_point : unit -> unit
Sourceval double_generates_valid_point : unit -> unit
Sourceval scalar_multiplication_generates_valid_point : unit -> unit
Sourceval check_bytes_random_with_to_bytes : unit -> unit
Sourceval negate_generates_a_valid_point : unit -> unit
Sourceval of_bytes_with_to_bytes_are_inverse_functions : unit -> unit
Sourceval get_tests : unit -> string * unit Alcotest.test_case list

Returns the tests to be used with Alcotest

OCaml

Innovation. Community. Security.