package fiat-p256

  1. Overview
  2. Docs
Primitives for Elliptic Curve Cryptography taken from Fiat

Install

Dune Dependency

Authors

Maintainers

Sources

fiat-p256-v0.2.0.tbz
sha256=b2854ca46b2522248521440dcd5b17accfc8d3bfc754ff0f7e907ba40f513a30
sha512=47a1b5583b614069c278e6f6253cb9d873b3f100060708b178cce0d617398ee317cd0aa1c2ac49d748b452f8ab92004256820201729fa391c6c0a33f840d04f5

CHANGES.md.html

v0.2.0

2019-07-23

Fixed

  • Fix a bug in generate_key where it would never actually work when used with a proper rng function (#44, @NathanReb)

  • Fix benchmark executable. It is now built (but not executed) as part of tests (#45, @emillon)

Changed

  • Use alcotest instead of ppx_expect for tests (#43, @emillon)

v0.1.0

2019-06-28

  • Initial release