olm/tests
David Baker 0346145a81 Work with PkDecryption keys by their private keys
Change interface to allow the app to get the private part of the
key and instantiate a decryption object from just the private part
of the key.

Changes the function generating a key from random bytes to be
initialising a key with a private key (because it's exactly the
same thing). Exports & imports private key parts as ArrayBuffer at
JS level rather than base64 assuming we are moving that way in
general.
2018-10-02 12:02:56 +01:00
..
include Add a test for the axolotl API 2015-06-16 15:15:40 +01:00
test_base64.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
test_crypto.cpp Convert AES functions to plain C 2016-09-05 10:40:39 +01:00
test_group_session.cpp Add some tests for inbound session import/export 2017-01-10 14:11:42 +00:00
test_list.cpp 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
test_megolm.cpp Fix an integer wrap around bug and add a couple more tests 2016-05-25 15:00:05 +01:00
test_message.cpp Sign megolm messages 2016-09-06 15:26:26 +01:00
test_olm.cpp Document the return values for olm_matches_inbound_session 2016-10-25 14:42:10 +01:00
test_olm_decrypt.cpp Remove unused 'chain_index' from Ratchet 2016-06-30 11:31:36 +01:00
test_olm_sha256.cpp Rename olm.hh to olm.h 2016-05-23 18:55:05 +01:00
test_olm_signature.cpp Rename olm.hh to olm.h 2016-05-23 18:55:05 +01:00
test_olm_using_malloc.cpp Rename olm.hh to olm.h 2016-05-23 18:55:05 +01:00
test_pk.cpp Work with PkDecryption keys by their private keys 2018-10-02 12:02:56 +01:00
test_ratchet.cpp Convert Ed25519 and Curve25519 functions to plain C 2016-09-05 10:40:39 +01:00
test_session.cpp Convert Ed25519 and Curve25519 functions to plain C 2016-09-05 10:40:39 +01:00