Skip to content

Commit 85937ef

Browse files
authored
Resizing logo.
1 parent 1cdaa25 commit 85937ef

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

Diff for: README.md

+20-16
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
1-
<img src=".etc/icon.png" align="right" />
1+
<img src=".etc/icon.png" align="right" height="300" width="300"/>
22

33
# CIRCL
44
[![CircleCI](https://circleci.com/gh/cloudflare/circl/tree/master.svg?style=svg&circle-token=a184a4d0cbff045907c8061bda35fc17dab465dc)](https://circleci.com/gh/cloudflare/circl/tree/master)
55

6-
CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection
6+
**CIRCL** (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection
77
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
99
Curve Cryptography (ECC).
1010

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.
15+
16+
17+
### Installation
18+
19+
You can get it by typing:
20+
21+
```sh
22+
$ go get -u github.com/cloudflare/circl
23+
```
24+
25+
26+
### Implemented Primitives
1227

1328
| Category | Algorithms | Description | Applications |
1429
|-----------|------------|-------------|--------------|
@@ -19,7 +34,7 @@ Curve Cryptography (ECC).
1934
| 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. |
2035
| Digital Signatures | Ed25519 | RFC-8032 provides new signature schemes based on Edwards curves. | Digital certificates and authentication. |
2136

22-
## Work in Progress
37+
### Work in Progress
2338

2439
| Category | Algorithms | Description | Applications |
2540
|-----------|------------|-------------|--------------|
@@ -31,14 +46,6 @@ Curve Cryptography (ECC).
3146
| PQ Digital Signatures | SPHINCS+ | Stateless hash-based signature scheme | Post-Quantum PKI |
3247

3348

34-
### Installation
35-
36-
You can get it by typing:
37-
38-
```sh
39-
$ go get -u github.com/cloudflare/circl
40-
```
41-
4249
### Testing and Benchmarking
4350

4451
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
5461
Request. A Pull Request requires approval of the admin team and a successful
5562
CI build.
5663

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.
6064

6165
### License
6266

0 commit comments

Comments
 (0)