olm/include/olm
Mark Haines 5e1b8a5b3b Add docstrings for the utility class 2015-08-20 10:08:15 +01:00
..
account.hh Output simpler JSON for the account keys, don't sign the JSON but instead provide a olm_account_sign method so that the user of the library can sign the JSON themselves 2015-07-10 11:57:53 +01:00
base64.hh Add docstring for the base64 encode/decode methods 2015-08-19 15:38:20 +01:00
cipher.hh Document that the ciphertext and plaintext may share a buffer when encrypting and decrypting 2015-08-19 15:39:19 +01:00
crypto.hh Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays 2015-08-19 17:32:06 +01:00
error.hh Version the pickled objects and check for errors when unpickling them 2015-07-10 18:00:18 +01:00
list.hh Fix bug in list where the wrong value was copied if an item was inserted at the beinging of the list 2015-07-15 16:31:45 +01:00
memory.hh Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays 2015-08-19 17:32:06 +01:00
message.hh Send the public part of the one time key rather than passing an identifier 2015-07-08 14:53:25 +01:00
olm.hh Add methods for computing sha256 hashes and validating ed25519 signatures 2015-07-24 14:29:52 +01:00
pickle.hh Check that the end of input hasn't been reached when unpickling a list 2015-08-11 13:14:06 +01:00
ratchet.hh Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays 2015-08-19 17:32:06 +01:00
session.hh Add docstrings for the Session methods 2015-08-19 18:16:47 +01:00
utility.hh Add docstrings for the utility class 2015-08-20 10:08:15 +01:00