Rename axolotl to libsignal
// FREEBIE
This commit is contained in:
parent
6bffd50009
commit
9a1a3bdf64
4 changed files with 11 additions and 11 deletions
|
@ -44,7 +44,7 @@ describe("Key generation", function() {
|
|||
|
||||
before(function(done) {
|
||||
localStorage.clear();
|
||||
axolotl.util.generateIdentityKeyPair().then(function(keyPair) {
|
||||
libsignal.util.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