diff --git a/ocaml/META b/ocaml/META index b4107f52..f8b42523 100644 --- a/ocaml/META +++ b/ocaml/META @@ -1,5 +1,5 @@ name="hacl-star-raw" -version="0.6.3" +version="0.7.0" description="EverCrypt with Ctypes bindings" requires="ctypes" archive(native)="ocamlevercrypt.cmxa" diff --git a/ocaml/hacl-star-raw.opam b/ocaml/hacl-star-raw.opam index c6084669..883d70b9 100644 --- a/ocaml/hacl-star-raw.opam +++ b/ocaml/hacl-star-raw.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "hacl-star-raw" -version: "0.6.3" +version: "0.7.0" synopsis: "Auto-generated low-level OCaml bindings for EverCrypt/HACL*" description: """ This package contains a snapshot of the EverCrypt crypto provider and diff --git a/ocaml/hacl-star/CHANGES.md b/ocaml/hacl-star/CHANGES.md index b552c29e..a9cc57b9 100644 --- a/ocaml/hacl-star/CHANGES.md +++ b/ocaml/hacl-star/CHANGES.md @@ -1,8 +1,9 @@ -## 0.7.0 (Unreleased) +## 0.8.0 (Unreleased) - API changes for all hash functions -## 0.6.3 +## 0.7.0 - Added K-256 and libsecp256k1 API +- Removed some non-agile APIs for SHA-2, HMAC, and HKDF ## 0.6.2 - Updated Vale snapshot diff --git a/ocaml/hacl-star/hacl-star.opam b/ocaml/hacl-star/hacl-star.opam index 35ffa2af..1deac32e 100644 --- a/ocaml/hacl-star/hacl-star.opam +++ b/ocaml/hacl-star/hacl-star.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "hacl-star" -version: "0.6.3" +version: "0.7.0" synopsis: "OCaml API for EverCrypt/HACL*" description: """ Documentation for this library can be found