chacha

The ChaCha20 stream cipher (docs.ppad.tech/chacha).
git clone git://git.ppad.tech/chacha.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-03-11 06:33meta: wycheproof noteJared Tobin1+6-1
2025-03-10 12:20test: additional vectors from RFC8439Jared Tobin3+50-1
2025-03-09 11:51release: v0.1.0Jared Tobin1+6-0
2025-03-09 11:49meta: gitignoreJared Tobin1+1-0
2025-03-09 11:47lib: primitive boundsJared Tobin1+2-2
2025-03-09 11:46meta: basic readmeJared Tobin1+85-0
2025-03-09 11:39lib: s/encrypt/cipher, use STJared Tobin3+45-24
2025-03-07 12:28lib: basic commentaryJared Tobin1+18-9
2025-03-07 12:23bench: basic suiteJared Tobin2+32-1
2025-03-07 12:11lib: some renamingJared Tobin4+348-313
2025-03-06 14:21test: gut old stuffJared Tobin1+1-14
2025-03-06 14:21lib: less writesJared Tobin2+79-63
2025-03-06 13:44lib: efficiencyJared Tobin1+58-41
2025-03-06 12:41lib: handle last chunkJared Tobin2+1-6
2025-03-06 11:03lib: chacha20_encrypt passingJared Tobin2+59-9
2025-03-06 06:40lib: skeleton, passing to chacha20 block functionJared Tobin6+389-5
2025-03-03 06:32lib: initJared Tobin9+246-0