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
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,14 @@ Simple, Secure and Fast encryption for any CPU.
4
4
5
5
6
6
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
9
9
- 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)
10
10
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.
12
12
13
13
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.
0 commit comments