Age | Commit message (Collapse) | Author |
|
We don't want anything which does dynamic memory allocation in the library.
|
|
Concerns have been raised that including logging functionality makes it harder
to audit the implementation to ensure that no secret information is leaked. We
are therefore removing it from the master branch.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes an incorrect re-declaration of ed25519_sign.
Implement header files for some of the other library bits so that we don't need
to declare functions in crypto.cpp.
|
|
utilities for copying data to and from fixed sized arrays
|
|
|
|
|
|
the message is invalid, fixes a crash where the message was too short
|
|
|
|
|
|
|
|
which take the curve25519 identity key of the remote device we think the message is from as an additional argument
|
|
Session
|
|
unpickling sessions
|
|
the account and session object once they've been used
|
|
|
|
provide a olm_account_sign method so that the user of the library can sign the JSON themselves
|
|
|
|
keys have been published
|
|
|
|
|
|
|
|
|
|
key JSON
|
|
|
|
|
|
|
|
|
|
|
|
Axolotl-the-OWS-libraries at moxie's request
|
|
|
|
|
|
|
|
messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|