@@ -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
159159APA Style
160160
161161```
162- Faz-Hernández , A. and Kwiatkowski, K. (2019). Introducing CIRCL:
162+ Faz-Hernandez , A. and Kwiatkowski, K. (2019). Introducing CIRCL:
163163An 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
167167Bibtex 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