aead

Pure Haskell AEAD-ChaCha20-Poly1305 (docs.ppad.tech/aead).
git clone git://git.ppad.tech/aead.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-03-11 06:30test: add additional assertionsJared Tobin1+5-2
2025-03-11 06:29meta: update flake lockfile (ppad-poly1305 == 0.2)Jared Tobin1+4-4
2025-03-11 05:44release: v0.1.0Jared Tobin2+8-2
2025-03-11 05:40meta: readmeJared Tobin1+117-0
2025-03-11 05:27bench: basic suiteJared Tobin2+44-2
2025-03-11 05:22test: wycheproof vectors passingJared Tobin1+48-1
2025-03-11 05:16lib: smarter paddingJared Tobin1+5-9
2025-03-11 05:12lib: fix padding errorJared Tobin1+3-1
2025-03-11 05:05lib: fix AEAD buffer for pathological casesJared Tobin1+15-11
2025-03-11 04:48test: add wycheproof vectors, skeletonJared Tobin3+4758-1
2025-03-11 04:03test: appendix vectorJared Tobin1+30-5
2025-03-11 04:03lib: improved decrypt, docsJared Tobin1+62-19
2025-03-10 12:06lib: decryptJared Tobin2+41-11
2025-03-10 11:49lib: encrypt passingJared Tobin2+83-2
2025-03-10 05:51lib: poly1305_key_genJared Tobin2+38-1
2025-03-10 05:40lib: skeletonJared Tobin10+379-0