Skip to content

Commit ae3b027

Browse files
author
dev
committed
README: typos
1 parent 95574cc commit ae3b027

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ Simple, Secure and Fast encryption for any CPU.
44

55

66
ChaCha20-BLAKE3 is a secure Authenticated Encryption with Associated Data (AEAD) algorithm that is:
7-
- more secure than classic AEADs by providing message commitment
8-
- uses long nonces that can safely generated randomly
7+
- more secure than classic AEADs by providing full context commitment
8+
- uses long nonces that can be safely generated randomly
99
- doesn't require any specific harware instruction but instead scales with the width of the SIMD instructions of your CPU (AVX2 / AVX-512 on amd64 and NEON / SVE on arm)
1010

11-
Making it a great fit for everything from microcontrollers to huge servers.
11+
Which make it a great fit for everything from microcontrollers to huge servers.
1212

1313

14-
It was designed to be the only encryption algorithm you will ever need.
15-
16-
> **⚠️ Warning ⚠️:** This is a preliminary release, DO NOT USE IN PRODUCTION. The specification may change in the near future.
14+
It has been designed to be the only encryption algorithm you will ever need.
1715

1816

1917
## Specification

0 commit comments

Comments
 (0)