From 3f4dbbb6f193106307ae8006da8377a24601f639 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Mon, 23 Sep 2024 08:33:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cf79d..80b7408 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ on most CPUs via AES-NI. But where hardware acceleration is not available `ChaCh 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 +# ⚠️ Security Warning: Hazmat! - **Phantom reads**: reading older content from a file, this is not possible. Data is written with WAL and periodically flushed to file. This ensures data integrity and maintains change order.