package hacl_x25519
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=816754a8e8f9739d0e6d98ced6e50b026a28d59232445c5051a66e4332cc572d
sha512=9a0fb07af4af999a12cb65f3bc15487c5999ddf6fff0a923cf4b8087a15933632266be55ec01cff3b15d354c9e526d906a7e15aee84c743f58f8cdfe899b110d
CHANGES.md.html
v0.2.2 (2020-11-03)
revise MirageOS cross-compilation (#44, @hannesm)
v0.2.1 (2020-10-27)
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 (2020-07-28)
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 (2020-05-09)
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 (2019-06-28)
Initial release.