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/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
```
10 years ago
..
storage De-duplicate registrationId in deviceObject 10 years ago
test Move test vectors to libaxolotl 10 years ago
api.js Move prekey sigcheck to libaxolotl 10 years ago
axolotl_wrapper.js Remove non-existant device messages 10 years ago
components.js Regenerate components/libts 10 years ago
crypto.js Remove all external non-test deps on libaxolotl/crypto 10 years ago
errors.js Move js files around for libtextsecure split 10 years ago
helpers.js Check END_SESSION messages in processDecrypted 10 years ago
libaxolotl_concat.js Recompile curve25519 with emcc 1.29.0 10 years ago
protobufs.js Move protocol protobufs to libaxolotl/, handling DeviceControl 10 years ago
sendmessage.js Dont send group-update right before we quit the group 10 years ago
storage.js Move js files around for libtextsecure split 10 years ago
stringview.js Move js files around for libtextsecure split 10 years ago
websocket-resources.js Move js files around for libtextsecure split 10 years ago
websocket.js Always reconnect the socket except when there is an error 10 years ago