Update libsignal-protocol v0.9.0
* Exposes crypto APIs. * Move worker methods to libsigna.worker. * Move ProvisioningCipher to libtextsecure.
This commit is contained in:
parent
cd2218ada7
commit
ffa702c934
7 changed files with 293 additions and 238 deletions
|
@ -33,7 +33,7 @@
|
|||
});
|
||||
|
||||
// start a background worker for ecc
|
||||
textsecure.protocol_wrapper.startWorker('/js/libsignal-protocol-worker.js');
|
||||
textsecure.startWorker('/js/libsignal-protocol-worker.js');
|
||||
|
||||
extension.onLaunched(function() {
|
||||
console.log('extension launched');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue