Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 20 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 33 committers (3.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: katzenpost
- License: other
- Language: Go
- Default Branch: main
- Size: 22.3 MB
Statistics
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
![]()
CIRCL
CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection of cryptographic primitives written in Go. The goal 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).
Security Disclaimer
🚨 This library is offered as-is, and without a guarantee. Therefore, it is expected that changes in the code, repository, and API occur in the future. We recommend to take caution before using this library in a production application since part of its content is experimental. All security issues must be reported, please notify us immediately following the instructions given in our Security Policy.
Installation
You can get CIRCL by fetching:
sh
go get -u github.com/cloudflare/circl
Alternatively, look at the Cloudflare Go fork to see how to integrate CIRCL natively in Go.
List of Algorithms
Elliptic Curve Cryptography
| Diffie-Hellman Protocol | |:---:|
- X25519 and X448 functions. (RFC-7748)
- Curve4Q function based on FourQ curve. (draft-ladd-cfrg-4q)
| Digital Signature Schemes | |:---:|
| Prime Groups | |:---:|
- P-256, P-384, P-521. (FIPS 186-5)
- Ristretto group. (RFC-9496)
- Bilinear pairings: with the BLS12-381 curve, and hash to G1 and G2.
- Hash to curve, hash to field, XMD and XOF expanders. (RFC-9380)
| High-Level Protocols | |:---:|
- HPKE: Hybrid Public-Key Encryption (RFC-9180)
- VOPRF: Verifiable Oblivious Pseudorandom functions. (RFC-9497)
- RSA Blind Signatures. (RFC-9474)
- Partilly-blind Signatures. (draft-cfrg-partially-blind-rsa)
- CPABE: Ciphertext-Policy Attribute-Based Encryption. (ia.cr/2019/966)
- OT: Simplest Oblivious Transfer (ia.cr/2015/267).
- Threshold RSA Signatures (Shoup Eurocrypt 2000).
Post-Quantum Cryptography
| KEM: Key Encapsulation Methods | |:---:|
- CSIDH: Post-Quantum Commutative Group Action (CSIDH).
- Kyber KEM: modes 512, 768, 1024 (KYBER).
- FrodoKEM: modes 640-SHAKE. (FrodoKEM)
- (insecure, deprecated) ~~SIDH/SIKE~~: Supersingular Key Encapsulation with primes p434, p503, p751 (SIKE).
| Digital Signature Schemes | |:---:|
Zero-knowledge Proofs
- Schnorr: Prove knowledge of the Discrete Logarithm. (RFC-8235)
- DLEQ: Prove knowledge of the Discrete Logarithm Equality. (RFC-9497)
Symmetric Cryptography
| XOF: eXtendable Output Functions | |:---:|
- SHAKE128 and SHAKE256 (FIPS 202).
- BLAKE2X: BLAKE2XB and BLAKE2XS (Blake2x)
- KangarooTwelve: fast hashing based on Keccak-p. (KangarooTwelve).
- SIMD Keccak f1600 Permutation.
| LWC: Lightweight Cryptography | |:---:|
- Ascon v1.2: Family of AEAD block ciphers (ASCON)
Misc
| Integers | |:---:|
- Safe primes generation.
- Integer encoding: wNAF, regular signed digit, mLSBSet representations.
| Finite Fields | |:---:|
- Fp25519, Fp448, Fp511, Fp434, Fp503, Fp751.
- Fp381, and its quadratic, sextic and twelveth extensions.
- Polynomials in monomial and Lagrange basis.
| Elliptic Curves | |:---:|
- P-384 Curve
- FourQ
- Goldilocks
- BLS12-381
Testing and Benchmarking
Library comes with number of make targets which can be used for testing and benchmarking:
testperforms testing of the binary.benchruns benchmarks.coverproduces coverage.lintruns set of linters on the code base.
Contributing
To contribute, fork this repository and make your changes, and then make a Pull Request. A Pull Request requires approval of the admin team and a successful CI build.
How to Cite
To cite CIRCL, use one of the following formats and update the version and date you accessed this project.
APA Style
Faz-Hernández, A. and Kwiatkowski, K. (2019). Introducing CIRCL:
An Advanced Cryptographic Library. Cloudflare. Available at
https://github.com/cloudflare/circl. v1.3.7 Accessed Dec, 2023.
Bibtex Source
bibtex
@manual{circl,
title = {Introducing CIRCL: An Advanced Cryptographic Library},
author = {Armando Faz-Hern\'{a}ndez and Kris Kwiatkowski},
organization = {Cloudflare},
abstract = {{CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is
a collection of cryptographic primitives written in Go. The goal
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.3.7 Accessed Dec, 2023},
month = jun,
year = {2019}
}
CFF Style
See attached CITATION.cff file.
License
The project is licensed under the BSD-3-Clause License.
Owner
- Name: Katzenpost
- Login: katzenpost
- Kind: organization
- Website: https://katzenpost.network/
- Repositories: 67
- Profile: https://github.com/katzenpost
Traffic Analysis Resistant Messaging, a Sphinx based mixnet
Citation (CITATION.cff)
---
cff-version: 1.2.0
version: 1.3.7
title: "Introducing CIRCL: An Advanced Cryptographic Library"
license: BSD-3-Clause
abstract: >
CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is
a collection of cryptographic primitives written in Go. The goal
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).
authors:
- family-names: Faz-Hernández
given-names: Armando
affiliation: Cloudflare, Inc.
orcid: "https://orcid.org/0000-0001-5502-8666"
- family-names: Kwiatkowski
given-names: Kris
orcid: "https://orcid.org/0000-0003-2363-317X"
date-released: "2019-07-10"
keywords:
- cryptography
- crypto
- post-quantum
- golang
repository-code: "https://github.com/cloudflare/circl/"
type: software
message: "Available at https://github.com/cloudflare/circl. v1.3.7 Accessed Dec, 2023."
contact:
- name: "Cloudflare, Inc."
GitHub Events
Total
- Watch event: 2
- Create event: 1
Last Year
- Watch event: 2
- Create event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| armfazh | a****h@c****m | 238 |
| Kris Kwiatkowski | k****s@c****m | 67 |
| Bas Westerbaan | b****s@w****e | 47 |
| Bas Westerbaan | b****s@c****m | 39 |
| Armando Faz | a****h | 34 |
| Christopher Wood | c****w@h****t | 32 |
| Josh Soref | 2****f | 31 |
| xvzcf | x****f | 15 |
| Watson Ladd | w****n@c****m | 13 |
| octeep | o****p@p****e | 13 |
| Michael McLoughlin | m****n@g****m | 10 |
| Sofía Celi | c****9@g****m | 8 |
| David Stainton | d****5@g****m | 8 |
| John Bampton | j****n | 7 |
| Christopher Patton | c****n@g****m | 6 |
| Tom Thorogood | m****b@t****k | 5 |
| zhdllwyc | y****w@u****u | 3 |
| Sofía Celi | c****e | 3 |
| Tanya Verma | v****x@g****m | 2 |
| Tanya Verma | t****a@c****m | 2 |
| Baoshuo Ren | i@b****n | 1 |
| Christopher Patton | c****n@c****m | 1 |
| Douglas Daniels | d****s@g****m | 1 |
| dependabot[bot] | 4****] | 1 |
| Ko- | K****- | 1 |
| Daniel | d****n | 1 |
| John Bampton | j****n@g****m | 1 |
| Josh Brown | j****1@g****m | 1 |
| Mik Kocikowski | m****k@c****m | 1 |
| Monis Khan | i@m****p | 1 |
| and 3 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 13
proxy.golang.org: github.com/katzenpost/circl
Package circl provides a collection of cryptographic primitives. The goal of this module is to be used as a tool for experimental deployment of cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic Curve Cryptography (ECC). Following blog post describes ideas behind CIRCL in more details: https://blog.cloudflare.com/introducing-circl/
- Homepage: https://github.com/katzenpost/circl
- Documentation: https://pkg.go.dev/github.com/katzenpost/circl#section-documentation
- License: BSD-3-Clause
-
Latest release: v1.3.8
published about 2 years ago