You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection
6
+
**CIRCL** (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection
7
7
of cryptographic primitives written in Go. The goal of this library is to be used as a tool for
8
-
experimental deployment of cryptographic algorithms targeting cryptographic algorithms for Post-Quantum (PQ) and Elliptic
8
+
experimental deployment of cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic
9
9
Curve Cryptography (ECC).
10
10
11
-
## Implemented Primitives
11
+
12
+
### Security Disclaimer
13
+
14
+
🚨 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.
| Key Exchange / Digital signatures | P-384 | Our optimizations reduce the burden when moving from P-256 to P-384. | ECDSA and ECDH using Suite B at top secret level. |
20
35
| Digital Signatures | Ed25519 | RFC-8032 provides new signature schemes based on Edwards curves. | Digital certificates and authentication. |
Library comes with number of make targets which can be used for testing and
@@ -54,9 +61,6 @@ To contribute, fork this repository and make your changes, and then make a Pull
54
61
Request. A Pull Request requires approval of the admin team and a successful
55
62
CI build.
56
63
57
-
### Security
58
-
59
-
🚨 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.
0 commit comments