Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Releases: mirage/fiat

v0.2.3

03 Nov 12:37
Compare
Choose a tag to compare

CHANGES:

  • revise MirageOS cross-compilation (#80, @hannesm)

v0.2.2

27 Oct 14:30
Compare
Choose a tag to compare

CHANGES:

  • revise MirageOS cross-compilation runes: use a Makefile, only support
    ocaml-freestanding (since mirage-xen 6.0.0 ocaml-freestanding is used)
    (#59, @hannesm)

v0.2.1

09 May 12:39
Compare
Choose a tag to compare

CHANGES:

v0.2.0

23 Jul 12:22
Compare
Choose a tag to compare

CHANGES:

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

28 Jun 15:00
Compare
Choose a tag to compare

CHANGES:

2019-06-28

  • Initial release