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/js
lilia b4f4f87a7c Add emscripten-compiled curve25519 module
Build with `grunt compile && grunt concat:curve25519` after installing
emscripten.

Enable by either (a) not loading nativeclient.js or (b) setting
`textsecure.NATIVE_CLIENT = false` before loading nativeclient.js.
11 years ago
..
models Use FileReader to base64 encode attachments 11 years ago
storage Move storage objects to their own files 11 years ago
views Add attachment inputs to new conversation form 11 years ago
api.js Wrap some long lines 11 years ago
background.js Use FileReader to base64 encode attachments 11 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
components.js Bowerize backbone.localstorage 11 years ago
crypto.js Add emscripten-compiled curve25519 module 11 years ago
curve25519_compiled.js Add emscripten-compiled curve25519 module 11 years ago
curve25519_donna.js Add emscripten-compiled curve25519 module 11 years ago
ed25519.js Add emscripten-compiled curve25519 module 11 years ago
helpers.js Abstract nativeclient callback logic 11 years ago
index.js Remove unused popup.html 11 years ago
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 11 years ago
nativeclient.js Abstract nativeclient callback logic 11 years ago
options.js Refactor crypto.js and native client interface 11 years ago
protobufs.js Refactor textsecure.protos -> textsecure.protobuf 11 years ago
protocol.js Removed now unused copy of getRandomBytes 11 years ago
sendmessage.js Refactor crypto.js and native client interface 11 years ago
storage.js Move storage objects to their own files 11 years ago
webcrypto.js Refactor crypto.js and native client interface 11 years ago