Skip to content

Commit c56c51d

Browse files
committed
Updating readme for v1.3.0.
1 parent 34cd12b commit c56c51d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
cff-version: 1.2.0
3-
version: 1.2.0
2+
cff-version: 1.3.0
3+
version: 1.3.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.2.0 Accessed Jun 2022"
28+
message: "Available at https://github.com/cloudflare/circl. v1.3.0 Accessed Nov, 2022."
2929
contact:
3030
- name: "Cloudflare, Inc."

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ go get -u github.com/cloudflare/circl
4242
- [Hash to Curve](https://datatracker.ietf.org/doc/draft-irtf-cfrg-hash-to-curve/)
4343

4444
#### High-Level Protocols
45-
- Bilinear pairings with [BLS12-381](https://electriccoin.co/blog/new-snark-curve/).
4645
- [HPKE](https://datatracker.ietf.org/doc/draft-irtf-cfrg-hpke/): Hybrid Public-Key Encryption
47-
- [VOPRF](https://datatracker.ietf.org/doc/draft-irtf-cfrg-voprf/): Verifiable Oblivious Pseudorandom function.
46+
- [VOPRF](https://datatracker.ietf.org/doc/draft-irtf-cfrg-voprf/): Verifiable Oblivious Pseudorandom function: OPRF, VOPRF and POPRF modes.
47+
- [BlindRSA](https://datatracker.ietf.org/doc/draft-irtf-cfrg-rsa-blind-signatures/): Blind RSA signatures.
48+
- [CPABE](./abe/cpabe): Ciphertext-policy Attribute-based Encryption.
4849

4950
#### Post-Quantum Key Encapsulation Methods
5051
- [CSIDH](https://csidh.isogeny.org/): Post-Quantum Commutative Group Action
@@ -65,6 +66,7 @@ go get -u github.com/cloudflare/circl
6566
- P-384 Curve
6667
- [FourQ](https://eprint.iacr.org/2015/565)
6768
- [Goldilocks](https://eprint.iacr.org/2015/625)
69+
- [BLS12-381](https://electriccoin.co/blog/new-snark-curve/): Bilinear pairings, hash to G1 and G2.
6870

6971
#### Parallel SIMD
7072
- [Keccak](https://keccak.team/keccak_specs_summary.html) f1600 Permutation
@@ -73,6 +75,10 @@ go get -u github.com/cloudflare/circl
7375
- [FIPS 202](https://doi.org/10.6028/NIST.FIPS.202): SHAKE128 and SHAKE256
7476
- [BLAKE2X](https://www.blake2.net/blake2x.pdf): BLAKE2XB and BLAKE2XS
7577

78+
#### Zero-knowledge Proofs
79+
- [Schnorr](./zk/dl): Prove knowledge of the Discrete Logarithm.
80+
- [DLEQ](./zk/dleq): Prove knowledge of the Discrete Logarithm Equality.
81+
7682
## Testing and Benchmarking
7783

7884
Library comes with number of make targets which can be used for testing and
@@ -98,7 +104,7 @@ APA Style
98104
```
99105
Faz-Hernández, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
100106
An Advanced Cryptographic Library. Cloudflare. Available at
101-
https://github.com/cloudflare/circl. v1.2.0 Accessed Jun 2022.
107+
https://github.com/cloudflare/circl. v1.3.0 Accessed Nov, 2022.
102108
```
103109

104110
Bibtex Source
@@ -113,7 +119,7 @@ Bibtex Source
113119
of this library is to be used as a tool for experimental
114120
deployment of cryptographic algorithms targeting Post-Quantum (PQ)
115121
and Elliptic Curve Cryptography (ECC).}},
116-
note = {Available at \url{https://github.com/cloudflare/circl}. v1.2.0 Accessed Jun 2022},
122+
note = {Available at \url{https://github.com/cloudflare/circl}. v1.3.0 Accessed Nov, 2022},
117123
month = jun,
118124
year = {2019}
119125
}

0 commit comments

Comments
 (0)