From 3522f33c1f76fb36a9728eaab68d44546db9d2a6 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 13 Aug 2024 00:27:51 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2af5297..aa6b8a01 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,9 @@ on most CPUs via AES-NI. But where hardware acceleration is not available `ChaCh - Neither algorithm is **nonce misuse-resistant**. - `ChaChaPoly1305` is better at `SIMD` -**Conclusion**: Both are good options. `AES-GCM` can be faster with **hardware support**, but **pure-software** implementations of +### Conclusion + +Both are good options. `AES-GCM` can be faster with **hardware support**, but **pure-software** implementations of `ChaCha20-Poly1305` are almost always **fast** and **constant-time**. # Security