Move group storage to axolotl store

Add async get/put/removeGroup to axolotl store and let libtextsecure
use it for group state storage.
This commit is contained in:
lilia 2015-05-06 14:22:18 -07:00
parent 748f32022a
commit 359b4a15a2
4 changed files with 114 additions and 72 deletions

View file

@ -18,7 +18,7 @@
describe("Key generation", function() {
var count = 10;
this.timeout(count*1000);
this.timeout(count*2000);
function validateStoredKeyPair(keyPair) {
/* Ensure the keypair matches the format used internally by libaxolotl */