package mec

  1. Overview
  2. Docs
Mec - Mini Elliptic Curve library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-ec-0.1.0.tar.bz2
md5=7c68b531c8011b5d032f0a0d8523e8c5
sha512=f428751c5f2b7c7fc07548551bea0277c9c8c32c1052aecf22787188e7678939dbb091844e29178b2819d724cf843c65774d9211c0a0ede5bf71caff3f2dd1bc

doc/mec_curve_utils/Mec_curve_utils/PBT/MakeValueGeneration/index.html

Module PBT.MakeValueGenerationSource

Parameters

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.