@@ -81,10 +81,10 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree
81
81
| KEM: Key Encapsulation Methods |
82
82
| :---:|
83
83
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 ) ).
86
85
- [ Kyber KEM] ( ./kem/kyber ) : modes 512, 768, 1024 ([ KYBER] ( https://pq-crystals.org/kyber/ ) ).
87
86
- [ FrodoKEM] ( ./kem/frodo ) : modes 640-SHAKE. ([ FrodoKEM] ( https://frodokem.org/ ) )
87
+ - [ CSIDH] ( ./dh/csidh ) : Post-Quantum Commutative Group Action ([ CSIDH] ( https://csidh.isogeny.org/ ) ).
88
88
- (** insecure, deprecated** ) ~~ [ SIDH/SIKE] ( ./kem/sike ) ~~ : Supersingular Key Encapsulation with primes p434, p503, p751 ([ SIKE] ( https://sike.org/ ) ).
89
89
90
90
| Digital Signature Schemes |
@@ -159,24 +159,24 @@ To cite CIRCL, use one of the following formats and update the version and date
159
159
APA Style
160
160
161
161
```
162
- Faz-Hernández , A. and Kwiatkowski, K. (2019). Introducing CIRCL:
162
+ Faz-Hernandez , A. and Kwiatkowski, K. (2019). Introducing CIRCL:
163
163
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.
165
165
```
166
166
167
167
Bibtex Source
168
168
169
169
``` bibtex
170
170
@manual{circl,
171
171
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},
173
173
organization = {Cloudflare},
174
174
abstract = {{CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is
175
175
a collection of cryptographic primitives written in Go. The goal
176
176
of this library is to be used as a tool for experimental
177
177
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
178
178
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},
180
180
month = jun,
181
181
year = {2019}
182
182
}
0 commit comments