Rename axolotl to libsignal

// FREEBIE
This commit is contained in:
lilia 2016-04-22 13:40:46 -07:00
parent 6bffd50009
commit 9a1a3bdf64
4 changed files with 11 additions and 11 deletions

View file

@ -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);
});