Skip to content

Commit c311e46

Browse files
committed
Preparing for release v1.4.0
1 parent 62385a8 commit c311e46

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/ci-actions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
uses: codecov/codecov-action@v4
9696
with:
9797
file: ./coverage.txt
98+
env:
99+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
98100
osCompat:
99101
runs-on: ${{ matrix.os }}
100102
needs: [amd64_job]

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
cff-version: 1.2.0
3-
version: 1.3.9
3+
version: 1.4.0
44
title: "Introducing CIRCL: An Advanced Cryptographic Library"
55
license: BSD-3-Clause
66
abstract: >
@@ -25,6 +25,6 @@ keywords:
2525
- golang
2626
repository-code: "https://github.com/cloudflare/circl/"
2727
type: software
28-
message: "Available at https://github.com/cloudflare/circl. v1.3.9 Accessed Jun, 2024."
28+
message: "Available at https://github.com/cloudflare/circl. v1.4.0 Accessed Aug, 2024."
2929
contact:
3030
- name: "Cloudflare, Inc."

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree
8181
| KEM: Key Encapsulation Methods |
8282
|:---:|
8383

84-
- [CSIDH](./dh/csidh): Post-Quantum Commutative Group Action ([CSIDH](https://csidh.isogeny.org/)).
85-
- [ML-KEM](./kem/mlkem): modes 512, 768, 1024 ([ML-KEM](https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.203.pdf)).
84+
- [ML-KEM](./kem/mlkem): modes 512, 768, 1024 ([FIPS-203](https://doi.org/10.6028/NIST.FIPS.203)).
8685
- [Kyber KEM](./kem/kyber): modes 512, 768, 1024 ([KYBER](https://pq-crystals.org/kyber/)).
8786
- [FrodoKEM](./kem/frodo): modes 640-SHAKE. ([FrodoKEM](https://frodokem.org/))
87+
- [CSIDH](./dh/csidh): Post-Quantum Commutative Group Action ([CSIDH](https://csidh.isogeny.org/)).
8888
- (**insecure, deprecated**) ~~[SIDH/SIKE](./kem/sike)~~: Supersingular Key Encapsulation with primes p434, p503, p751 ([SIKE](https://sike.org/)).
8989

9090
| Digital Signature Schemes |
@@ -159,24 +159,24 @@ To cite CIRCL, use one of the following formats and update the version and date
159159
APA Style
160160

161161
```
162-
Faz-Hernández, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
162+
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
163163
An Advanced Cryptographic Library. Cloudflare. Available at
164-
https://github.com/cloudflare/circl. v1.3.9 Accessed Jun, 2024.
164+
https://github.com/cloudflare/circl. v1.4.0 Accessed Aug, 2024.
165165
```
166166

167167
Bibtex Source
168168

169169
```bibtex
170170
@manual{circl,
171171
title = {Introducing CIRCL: An Advanced Cryptographic Library},
172-
author = {Armando Faz-Hern\'{a}ndez and Kris Kwiatkowski},
172+
author = {Armando Faz-Hernandez and Kris Kwiatkowski},
173173
organization = {Cloudflare},
174174
abstract = {{CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is
175175
a collection of cryptographic primitives written in Go. The goal
176176
of this library is to be used as a tool for experimental
177177
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
178178
and Elliptic Curve Cryptography (ECC).}},
179-
note = {Available at \url{https://github.com/cloudflare/circl}. v1.3.9 Accessed Jun, 2024},
179+
note = {Available at \url{https://github.com/cloudflare/circl}. v1.4.0 Accessed Aug, 2024},
180180
month = jun,
181181
year = {2019}
182182
}

0 commit comments

Comments
 (0)