Skip to content

Commit

Permalink
Merge pull request #410 from cryspen/vdum/opam_release
Browse files Browse the repository at this point in the history
OCaml API: bump opam package version to 0.7.1
  • Loading branch information
victor-dumitrescu authored Jun 1, 2023
2 parents 9155db1 + f02431a commit 5ab0df7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ocaml/META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name="hacl-star-raw"
version="0.7.0"
version="0.7.1"
description="EverCrypt with Ctypes bindings"
requires="ctypes"
archive(native)="ocamlevercrypt.cmxa"
Expand Down
2 changes: 1 addition & 1 deletion ocaml/hacl-star-raw.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "hacl-star-raw"
version: "0.7.0"
version: "0.7.1"
synopsis: "Auto-generated low-level OCaml bindings for EverCrypt/HACL*"
description: """
This package contains a snapshot of the EverCrypt crypto provider and
Expand Down
4 changes: 4 additions & 0 deletions ocaml/hacl-star/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 0.8.0 (Unreleased)
- API changes for all hash functions

## 0.7.1
- Significantly faster P-256 signature verification
- Added SHA-3 to EverCrypt hashing interface

## 0.7.0
- Added K-256 and libsecp256k1 API
- Removed some non-agile APIs for SHA-2, HMAC, and HKDF
Expand Down
2 changes: 1 addition & 1 deletion ocaml/hacl-star/hacl-star.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "hacl-star"
version: "0.7.0"
version: "0.7.1"
synopsis: "OCaml API for EverCrypt/HACL*"
description: """
Documentation for this library can be found
Expand Down

0 comments on commit 5ab0df7

Please sign in to comment.