Skip to content

Commit

Permalink
Updates for release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Dec 15, 2023
1 parent fe29617 commit 52a88f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 1.19:
- Fix missing root registration in some Chacha20, Blake2, and
Blake3 functions (#34)

Release 1.18:
- Add BLAKE3 hash and MAC functions.
- Fix compile-time error "SSE4.1 instruction set not enabled" (#32, #33).
Expand Down
2 changes: 1 addition & 1 deletion cryptokit.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.18"
version: "1.19"
synopsis: "A library of cryptographic primitives"
description:
"Cryptokit includes authenticated encryption (AES-GCM, Chacha20-Poly1305), block ciphers (AES, DES, 3DES), stream ciphers (Chacha20, ARCfour), public-key cryptography (RSA, DH), hashes (SHA-256, SHA-512, SHA-3, Blake2, Blake3), MACs, compression, random number generation -- all presented with a compositional, extensible interface."
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(package
(name cryptokit)
(synopsis "A library of cryptographic primitives")
(version 1.18)
(version 1.19)
(license "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception")
(description "Cryptokit includes authenticated encryption (AES-GCM, Chacha20-Poly1305), block ciphers (AES, DES, 3DES), stream ciphers (Chacha20, ARCfour), public-key cryptography (RSA, DH), hashes (SHA-256, SHA-512, SHA-3, Blake2, Blake3), MACs, compression, random number generation -- all presented with a compositional, extensible interface.")

Expand Down

0 comments on commit 52a88f7

Please sign in to comment.