Skip to content

Commit

Permalink
Add X-Wing to the readme and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Jan 22, 2025
1 parent fc1fff3 commit 8c878c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
cff-version: 1.2.0
version: 1.5.0
version: 1.6.0
title: "Introducing CIRCL: An Advanced Cryptographic Library"
license: BSD-3-Clause
abstract: >
Expand All @@ -25,6 +25,6 @@ keywords:
- golang
repository-code: "https://github.com/cloudflare/circl/"
type: software
message: "Available at https://github.com/cloudflare/circl. v1.5.0 Accessed Oct, 2024."
message: "Available at https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025."
contact:
- name: "Cloudflare, Inc."
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Alternatively, look at the [Cloudflare Go](https://github.com/cloudflare/go/tree
|:---:|

- [ML-KEM](./kem/mlkem): modes 512, 768, 1024 ([FIPS-203](https://doi.org/10.6028/NIST.FIPS.203)).
- [X-Wing](./kem/xwing) ([draft-connolly-cfrg-xwing-kem](https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/)).
- [Kyber KEM](./kem/kyber): modes 512, 768, 1024 ([KYBER](https://pq-crystals.org/kyber/)).
- [FrodoKEM](./kem/frodo): modes 640-SHAKE. ([FrodoKEM](https://frodokem.org/))
- [CSIDH](./dh/csidh): Post-Quantum Commutative Group Action ([CSIDH](https://csidh.isogeny.org/)).
Expand Down Expand Up @@ -163,10 +164,10 @@ APA Style
```
Faz-Hernandez, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
An Advanced Cryptographic Library. Cloudflare. Available at
https://github.com/cloudflare/circl. v1.5.0 Accessed Oct, 2024.
https://github.com/cloudflare/circl. v1.6.0 Accessed Jan, 2025.
```

Bibtex Source
BibTeX Source

```bibtex
@manual{circl,
Expand All @@ -178,7 +179,7 @@ Bibtex Source
of this library is to be used as a tool for experimental
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
and Elliptic Curve Cryptography (ECC).}},
note = {Available at \url{https://github.com/cloudflare/circl}. v1.5.0 Accessed Oct, 2024},
note = {Available at \url{https://github.com/cloudflare/circl}. v1.6.0 Accessed Jan, 2025},
month = jun,
year = {2019}
}
Expand Down

0 comments on commit 8c878c5

Please sign in to comment.