You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/test
lilia 9f676af9bb Refactor crypto.js and native client interface
NB: this diff is best viewed with --ignore-whitespace

Distills crypto.js down to the hard cryptoey bones. It pulls from
webcrypto for aes and hmac, and from native client for curve25519 stuff
or potentially another object implementing the handful of needed
curve25519 functions.

Everything else formerly known as crypto, including session storage and
management, axolotl, etc.. is now protocol.js. The separation is not
quite perfect, but it's a big step.

nativeclient.js now enables talking to the native client module through
a high level interface as well as registering callbacks that will be
executed once the module is loaded. And it has tests!

Finally, this commit removes all references to the "testing_only"
object, preferring to run tests on textsecure.crypto instead.
11 years ago
..
views Update message view test 11 years ago
_test.js Refactor crypto.js and native client interface 11 years ago
blanket_mocha.js Fix blanket popup 11 years ago
crypto_test.js Refactor crypto.js and native client interface 11 years ago
fake_api.js Clean up test files 11 years ago
index.html Refactor crypto.js and native client interface 11 years ago
nativeclient_test.js Refactor crypto.js and native client interface 11 years ago
protos Add a page for testing views. 11 years ago
test.js Refactor crypto.js and native client interface 11 years ago
testvectors.js Refactor crypto.js and native client interface 11 years ago