Cable-Desktop/libaxolotl
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
..
test Move jquery dep from libaxolotl to libaxolotl tests 2015-02-12 15:12:02 -08:00
components.js Move jquery dep from libaxolotl to libaxolotl tests 2015-02-12 15:12:02 -08:00
crypto.js Copy getRandomBytes from libaxolotl to libtextsecure 2015-02-12 15:11:59 -08:00
curve25519_concat.js Recompile curve25519 with emcc 1.29.0 2015-03-16 16:07:47 -07:00
protobufs.js Fix provisioning flow 2015-02-12 16:41:04 -08:00
protocol.js Split out identity key storage from session storage 2015-02-12 15:12:01 -08:00
session_storage.js Rewrite most of the device storage stuff 2015-02-12 15:12:00 -08:00
webcrypto_concat.js Preserve whitespace in _concat files 2015-02-20 15:34:49 -08:00