From 75b28edc25ec569e6353a2b944b0b83d48a9c2e8 Mon Sep 17 00:00:00 2001 From: armfazh Date: Mon, 10 Jun 2024 13:05:06 -0700 Subject: [PATCH] Preparing CIRCL release v1.3.9 --- CITATION.cff | 4 ++-- README.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 53c96566..46c4f77f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ --- cff-version: 1.2.0 -version: 1.3.7 +version: 1.3.9 title: "Introducing CIRCL: An Advanced Cryptographic Library" license: BSD-3-Clause abstract: > @@ -25,6 +25,6 @@ keywords: - golang repository-code: "https://github.com/cloudflare/circl/" type: software -message: "Available at https://github.com/cloudflare/circl. v1.3.7 Accessed Dec, 2023." +message: "Available at https://github.com/cloudflare/circl. v1.3.9 Accessed Jun, 2024." contact: - name: "Cloudflare, Inc." diff --git a/README.md b/README.md index 12ae6dbe..68a8d34a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree |:---:| - [Ed25519](./sign/ed25519) and [Ed448](./sign/ed448) signatures. ([RFC-8032]) +- [BLS](./sign/bls) signatures. ([draft-irtf-cfrg-bls-signature](https://datatracker.ietf.org/doc/draft-irtf-cfrg-bls-signature/)) | Prime Groups | |:---:| @@ -94,7 +95,7 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree - [Schnorr](./zk/dl): Prove knowledge of the Discrete Logarithm. ([RFC-8235]) - [DLEQ](./zk/dleq): Prove knowledge of the Discrete Logarithm Equality. ([RFC-9497]) - - [DLEQ in Qn](./zk/qndleq): Prove knowledge of the Discrete Logarithm Equality for subgroup of squares in (Z/nZ)*. + - [DLEQ in Qn](./zk/qndleq): Prove knowledge of the Discrete Logarithm Equality for subgroup of squares in (Z/nZ)\*. ### Symmetric Cryptography @@ -159,7 +160,7 @@ APA Style ``` Faz-Hernández, A. and Kwiatkowski, K. (2019). Introducing CIRCL: An Advanced Cryptographic Library. Cloudflare. Available at -https://github.com/cloudflare/circl. v1.3.7 Accessed Dec, 2023. +https://github.com/cloudflare/circl. v1.3.9 Accessed Jun, 2024. ``` Bibtex Source @@ -174,7 +175,7 @@ Bibtex Source of this library is to be used as a tool for experimental deployment of cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic Curve Cryptography (ECC).}}, - note = {Available at \url{https://github.com/cloudflare/circl}. v1.3.7 Accessed Dec, 2023}, + note = {Available at \url{https://github.com/cloudflare/circl}. v1.3.9 Accessed Jun, 2024}, month = jun, year = {2019} }