Files
Signal-Desktop/js
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
..
2015-03-11 20:41:15 -07:00
2015-03-11 15:13:36 -07:00
2015-03-10 18:15:31 -07:00
2015-02-11 17:38:01 -08:00
2015-03-11 15:13:36 -07:00
2015-02-19 00:22:23 -08:00
2015-03-06 15:27:49 -08:00
2015-03-13 10:33:07 -07:00