Go to file
Juhani Krekelä cb5b9e6561 Make the tool nicer 2020-06-25 12:50:25 +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 Compact xchacha20-poly1305 2020-06-25 12:16:37 +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
test.py Remove doubled test 2020-06-25 12:41:52 +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