package hacl_x25519
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=4ea7e4ebeafec63dea265b14b4cb3201ab265b3ecf2ade4c8cdc8d5a64bf71d8
sha512=b0904bddc09f5c666abd9693ae00b3657c85b7fc1395826cf8b618818b2223a7265d7026fb2b7b0385cb4dcca1bcd3403e571a6d9765aba1ebe1f644e047e058
CHANGES.md.html
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.