From 5709dee82c3cd4f16d4c055e820dbb2df90b7069 Mon Sep 17 00:00:00 2001 From: armfazh Date: Mon, 19 Aug 2024 14:46:45 -0700 Subject: [PATCH] Preparing for release v1.4.0 --- .github/workflows/ci-actions.yml | 2 ++ CITATION.cff | 4 ++-- README.md | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 66cdf39bb..0c024234b 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -95,6 +95,8 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage.txt + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} osCompat: runs-on: ${{ matrix.os }} needs: [amd64_job] diff --git a/CITATION.cff b/CITATION.cff index 46c4f77f8..02ad6abb7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ --- cff-version: 1.2.0 -version: 1.3.9 +version: 1.4.0 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.9 Accessed Jun, 2024." +message: "Available at https://github.com/cloudflare/circl. v1.4.0 Accessed Aug, 2024." contact: - name: "Cloudflare, Inc." diff --git a/README.md b/README.md index 30e7650a7..a4fd64f95 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree | KEM: Key Encapsulation Methods | |:---:| - - [CSIDH](./dh/csidh): Post-Quantum Commutative Group Action ([CSIDH](https://csidh.isogeny.org/)). - - [ML-KEM](./kem/mlkem): modes 512, 768, 1024 ([ML-KEM](https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.203.pdf)). + - [ML-KEM](./kem/mlkem): modes 512, 768, 1024 ([FIPS-203](https://doi.org/10.6028/NIST.FIPS.203)). - [Kyber KEM](./kem/kyber): modes 512, 768, 1024 ([KYBER](https://pq-crystals.org/kyber/)). - [FrodoKEM](./kem/frodo): modes 640-SHAKE. ([FrodoKEM](https://frodokem.org/)) + - [CSIDH](./dh/csidh): Post-Quantum Commutative Group Action ([CSIDH](https://csidh.isogeny.org/)). - (**insecure, deprecated**) ~~[SIDH/SIKE](./kem/sike)~~: Supersingular Key Encapsulation with primes p434, p503, p751 ([SIKE](https://sike.org/)). | Digital Signature Schemes | @@ -159,9 +159,9 @@ To cite CIRCL, use one of the following formats and update the version and date APA Style ``` -Faz-Hernández, A. and Kwiatkowski, K. (2019). Introducing CIRCL: +Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL: An Advanced Cryptographic Library. Cloudflare. Available at -https://github.com/cloudflare/circl. v1.3.9 Accessed Jun, 2024. +https://github.com/cloudflare/circl. v1.4.0 Accessed Aug, 2024. ``` Bibtex Source @@ -169,14 +169,14 @@ Bibtex Source ```bibtex @manual{circl, title = {Introducing CIRCL: An Advanced Cryptographic Library}, - author = {Armando Faz-Hern\'{a}ndez and Kris Kwiatkowski}, + author = {Armando Faz-Hernandez and Kris Kwiatkowski}, organization = {Cloudflare}, abstract = {{CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection of cryptographic primitives written in Go. The goal 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.9 Accessed Jun, 2024}, + note = {Available at \url{https://github.com/cloudflare/circl}. v1.4.0 Accessed Aug, 2024}, month = jun, year = {2019} }