Implementation of the olm and megolm cryptographic ratchets
Find a file
2015-06-23 17:50:30 +01:00
docs Move diagram to docs 2015-06-10 11:14:46 +01:00
include/axolotl Add missing include, fix bug in handling unknown message fields 2015-06-23 15:15:18 +01:00
javascript Add javascript bindings using emscripten 2015-06-23 17:50:30 +01:00
lib Add functions for signing and verifying messages using curve25519 keys 2015-03-03 11:18:07 +00:00
src reduce the number of one time keys that get generated when we create an account 2015-06-23 17:49:04 +01:00
tests Make the 'random' numbers different for each key in the tests 2015-06-21 18:33:46 +01:00
tracing Add gdb script and psuedo-call graph generator python script for tracing calls to crypto primitives 2015-06-21 18:47:06 +01:00
.gitignore add a gitignore 2015-02-26 16:58:08 +00:00
axolotl.py Add python ctypes bindings and a command line script using them 2015-06-16 18:13:04 +01:00
build_shared_library.py Make the 'random' numbers different for each key in the tests 2015-06-21 18:33:46 +01: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