Skip to content

Commit 89e658c

Browse files
committed
Add X-Wing to the readme and bump version.
1 parent 6e910fd commit 89e658c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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.5.0
3+
version: 1.6.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.5.0 Accessed Oct, 2024."
28+
message: "Available at https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025."
2929
contact:
3030
- name: "Cloudflare, Inc."

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -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
```
164165
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
165166
An 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

Comments
 (0)