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.
This commit is contained in:
parent
3d27c98845
commit
b4f4f87a7c
15 changed files with 9011 additions and 4 deletions
1
build/_before.js
Normal file
1
build/_before.js
Normal file
|
@ -0,0 +1 @@
|
|||
;(function() {
|
Loading…
Add table
Add a link
Reference in a new issue