@@ -83,6 +83,7 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree
8383| :---:|
8484
8585 - [ ML-KEM] ( ./kem/mlkem ) : modes 512, 768, 1024 ([ FIPS-203] ( https://doi.org/10.6028/NIST.FIPS.203 ) ).
86+ - [ X-Wing] ( ./kem/xwing ) ([ draft-connolly-cfrg-xwing-kem] ( https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/ ) ).
8687 - [ Kyber KEM] ( ./kem/kyber ) : modes 512, 768, 1024 ([ KYBER] ( https://pq-crystals.org/kyber/ ) ).
8788 - [ FrodoKEM] ( ./kem/frodo ) : modes 640-SHAKE. ([ FrodoKEM] ( https://frodokem.org/ ) )
8889 - [ CSIDH] ( ./dh/csidh ) : Post-Quantum Commutative Group Action ([ CSIDH] ( https://csidh.isogeny.org/ ) ).
@@ -163,10 +164,10 @@ APA Style
163164```
164165Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
165166An Advanced Cryptographic Library. Cloudflare. Available at
166- https://github.com/cloudflare/circl. v1.5 .0 Accessed Oct, 2024 .
167+ https://github.com/cloudflare/circl. v1.6 .0 Accessed Jan, 2025 .
167168```
168169
169- Bibtex Source
170+ BibTeX Source
170171
171172``` bibtex
172173@manual{circl,
@@ -178,7 +179,7 @@ Bibtex Source
178179 of this library is to be used as a tool for experimental
179180 deployment of cryptographic algorithms targeting Post-Quantum (PQ)
180181 and Elliptic Curve Cryptography (ECC).}},
181- note = {Available at \url{https://github.com/cloudflare/circl}. v1.5 .0 Accessed Oct, 2024 },
182+ note = {Available at \url{https://github.com/cloudflare/circl}. v1.6 .0 Accessed Jan, 2025 },
182183 month = jun,
183184 year = {2019}
184185}
0 commit comments