Update libsignal-protocol v0.5.0
Renames libsignal.util to libsignal.KeyHelper. // FREEBIE
This commit is contained in:
parent
b762a847da
commit
92293f9da9
5 changed files with 202 additions and 220 deletions
|
@ -44,7 +44,7 @@ describe("Key generation", function() {
|
|||
|
||||
before(function(done) {
|
||||
localStorage.clear();
|
||||
libsignal.util.generateIdentityKeyPair().then(function(keyPair) {
|
||||
libsignal.KeyHelper.generateIdentityKeyPair().then(function(keyPair) {
|
||||
return textsecure.storage.protocol.put('identityKey', keyPair);
|
||||
}).then(done, done);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue