Go to file
Juhani Krekelä a81707896b Handle case where input >256GiB 2020-06-25 17:22:41 +03:00
.gitignore Unoptimized implementation of chacha20-poly1305 2020-06-24 13:45:11 +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
foo.sec Handle case where input >256GiB 2020-06-25 17:22:41 +03:00
poly1305.py Unoptimized implementation of chacha20-poly1305 2020-06-24 13:45:11 +03:00
qrcrypt.py Handle case where input >256GiB 2020-06-25 17:22:41 +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