Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Sep 23, 2024
1 parent fdcd6d5 commit 3f4dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f4dbbb

Please sign in to comment.