all repos — TinyCrypT @ 02f40a209f182515faa8e4d766bf02a364d5ac6e

Short and sweet classical cryptographic primitives

Yet more gloating
Juniper Beatitudes [email protected]
Mon, 05 Jan 2026 18:11:02 -0600
commit

02f40a209f182515faa8e4d766bf02a364d5ac6e

parent

755aa38eafba2de6ccdeb7813f185a927dc4fe76

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

jump to
M README.mdREADME.md

@@ -17,4 +17,5 @@ - The SHA-2 implementations pass all 586 NIST-provided test cases without memory violations (according to `valgrind`).

- The Ed25519 implementation passes all 1024 provided test cases without memory violations (according to `valgrind`). ## Benchmarking -- The 64-bit implementation of Ed25519 (automatically compiled against when the target platform supports `__uint128_t`) is able to generate a signature in 0.086ms on an Intel Core i3-1315U processor.+- The 64-bit implementation of Ed25519 (automatically compiled against when the target platform supports `__uint128_t`) is able to generate a signature in 0.086ms on an Intel Core i3-1315U processor (single core). +- The 64-bit implementation of ChaCha20-Poly1305 (automatically compiled against when the target platform supports `__uint128_t`) is able to encrypt, authenticate, decrypt, and verify 128MiB of data in 1.7s on an Intel Core i3-1315U processor (single core).