Go to file
Juhani Krekelä 9ed992acd3 Add hashbang to qraltcrypt.py 2020-07-04 13:29:22 +03:00
.gitignore Let's not leak our test files into git 2020-06-25 19:50:35 +03:00
CC0 Unoptimized implementation of chacha20-poly1305 2020-06-24 13:45:11 +03:00
chacha20.py Implement xchacha20 2020-06-25 12:02:19 +03:00
chapoly_aead.py Implement xchacha20 2020-06-25 12:02:19 +03:00
compact_ecdh_curve25519.py Remove extraneous space 2020-06-25 12:37:37 +03:00
compact_xchapoly.py Handle case where input >256GiB 2020-06-25 17:22:41 +03:00
ecdh_curve25519.py Implement ECDH with curve25519 2020-06-25 11:34:55 +03:00
poly1305.py Unoptimized implementation of chacha20-poly1305 2020-06-24 13:45:11 +03:00
qraltcrypt.py Add hashbang to qraltcrypt.py 2020-07-04 13:29:22 +03:00
qrcrypt.py Whoops 2020-06-25 17:23:36 +03:00
test.py Fix tests 2020-06-25 14:26:09 +03:00
tool.py Make the tool nicer 2020-06-25 12:50:25 +03:00
x25519.py Implement x25519.py 2020-06-25 11:12:38 +03:00
xchacha.py Implement xchacha20 2020-06-25 12:02:19 +03:00