Cable-Desktop/libtextsecure
lilia 9e04910124 Recompile curve25519 with emcc 1.29.0
Now with actual malloc/free implementations. Had to drop back to -O1
optimization because the ed25519 signature test broke with -O2. :(

Closes #153

The toolchain install and build process, for reference:
```
wget https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz
tar xvfz emsdk-portable.tar.gz
cd emsdk-portable
./emsdk update
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ../TextSecure-Browser
grunt build
```
2015-03-16 16:07:47 -07:00
..
storage De-duplicate registrationId in deviceObject 2015-02-12 15:12:01 -08:00
test Move test vectors to libaxolotl 2015-02-12 15:12:01 -08:00
api.js Move prekey sigcheck to libaxolotl 2015-02-12 15:11:59 -08:00
axolotl_wrapper.js Remove non-existant device messages 2015-02-26 12:13:56 -08:00
components.js Regenerate components/libts 2015-01-14 11:39:36 -10:00
crypto.js Remove all external non-test deps on libaxolotl/crypto 2015-02-12 15:11:59 -08:00
errors.js Move js files around for libtextsecure split 2015-01-14 09:35:57 -10:00
helpers.js Check END_SESSION messages in processDecrypted 2015-02-26 12:11:05 -08:00
libaxolotl_concat.js Recompile curve25519 with emcc 1.29.0 2015-03-16 16:07:47 -07:00
protobufs.js Move protocol protobufs to libaxolotl/, handling DeviceControl 2015-02-12 15:11:58 -08:00
sendmessage.js Dont send group-update right before we quit the group 2015-02-25 15:59:49 -08:00
storage.js Move js files around for libtextsecure split 2015-01-14 09:35:57 -10:00
stringview.js Move js files around for libtextsecure split 2015-01-14 09:35:57 -10:00
websocket-resources.js Move js files around for libtextsecure split 2015-01-14 09:35:57 -10:00
websocket.js Always reconnect the socket except when there is an error 2015-03-11 14:12:25 -07:00