Go to file
Mark Haines 6ecea67718 Implement the session key exchange 2015-06-12 14:09:41 +01:00
docs Move diagram to docs 2015-06-10 11:14:46 +01:00
include/axolotl Implement the session key exchange 2015-06-12 14:09:41 +01:00
lib Add functions for signing and verifying messages using curve25519 keys 2015-03-03 11:18:07 +00:00
src Implement the session key exchange 2015-06-12 14:09:41 +01:00
tests Pass the message body to decrypt_max_plaintext_length so we can get a more accurate estimate, rename encrypt_max_output_length to encrypt_output_length and change the api to return the exact number of bytes needed to hold the message 2015-06-12 09:08:15 +01:00
.gitignore add a gitignore 2015-02-26 16:58:08 +00:00
LICENSE Copyright notices and a license 2015-02-26 16:56:25 +00:00
test.py Add methods for pickling and unpickling sessions 2015-06-09 18:03:01 +01:00