Gloating
Juniper Beatitudes [email protected]
Thu, 01 Jan 2026 19:20:52 -0600
1 files changed,
5 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -1,6 +1,6 @@
# TinyCrypT -Personal-use implementations of various cryptographic algorithms (NOT FOR PRODUCTION USE) +Personal-use implementations of various cryptographic algorithms (NOT INTENDED FOR PRODUCTION USE) ## Algorithms - ChaCha20-Poly1305 for combined encryption and MAC@@ -10,4 +10,7 @@ - SHA-256 and SHA-512 for hashing, ECDH, and Ed25519
- Ed25519 for EdDSA ## Known Vulnerabilities -The CC20-P1305 implementation was not designed with side-channel attacks in mind. Rewriting it to perform actions in constant time is a goal currently being undertaken (after unit tests are in place).+The CC20-P1305 implementation was not designed with side-channel attacks in mind. Rewriting it to perform actions in constant time is a goal currently being undertaken (after unit tests are in place). + +## Testing Validations +- The SHA-2 implementations pass all 586 NIST-provided test cases without memory violations (according to `valgrind`).