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

Releases: mirage/hacl

v0.2.2

03 Nov 12:39
Compare
Choose a tag to compare

CHANGES:

v0.2.1

27 Oct 14:43
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)
    (#43, @hannesm)

v0.2.0

28 Jul 07:52
2aae26b
Compare
Choose a tag to compare

CHANGES:

  • interface and expose Ed25519 code in the Hacl_ed25519 module (#35 @hannesm)
  • update C code to hacl-star-raw 0.2.1, adds 32 bit support (#36 @dinosaure)
  • provide Hacl_x25519.encode_secret and Hacl_ed25519.encode_priv (#41 @hannesm)

v0.1.1

09 May 12:28
Compare
Choose a tag to compare

CHANGES:

  • adapt opam file from opam-repository (add ocaml dependency) #24, @hannesm
  • use a verison number in .ocamlformat #25, @emillon
  • use stdlib-shims in bench #26, @emillon
  • document how to generate a secret from known data #27, @emillon
  • use opam file generation from dune-project #28, @emillon
  • mirage support: freestanding and xen cross-compilation #29 #31 @hannesm

v0.1.0

28 Jun 14:02
Compare
Choose a tag to compare

CHANGES:

2019-06-28

Initial release.