Use non-subtle crypto in libsignal-protocol
This commit is contained in:
parent
9e9d1c8e84
commit
919259c960
6 changed files with 120 additions and 13 deletions
|
@ -411,6 +411,7 @@ try {
|
|||
window.nodeSetImmediate = setImmediate;
|
||||
|
||||
window.textsecure = require('./ts/textsecure').default;
|
||||
window.synchronousCrypto = require('./ts/util/synchronousCrypto');
|
||||
|
||||
window.WebAPI = window.textsecure.WebAPI.initialize({
|
||||
url: config.serverUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue