all repos — TinyCrypT @ b782db0b7210e4ed32cab69f8c24b9e5f617a740

Short and sweet classical cryptographic primitives

Tweak
Juniper Beatitudes [email protected]
Wed, 31 Dec 2025 15:33:27 -0600
commit

b782db0b7210e4ed32cab69f8c24b9e5f617a740

parent

2fd9a3269532d6e2b0fd8fb69048fd9092f4685d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -6,7 +6,7 @@ ## Algorithms

- ChaCha20-Poly1305 for combined encryption and MAC - KangarooTwelve128 for hashing - X25519 for elliptic-curve Diffie-Hellman key exchange -- SHA-256 and SHA-512 for hashing and Ed25519 +- SHA-256 and SHA-512 for hashing, ECDH, and Ed25519 ## 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).