Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed May 16, 2021
1 parent 510733e commit 17f9f9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ public void decryptPreKeys(JSONArray preKeys) throws Exception {
ECKeyPair preKey = new ECKeyPair(prePubKey, prePrivKey);
PreKeyRecord pkRecord = new PreKeyRecord(preKeyJson.getInt("id"), preKey);
store.storePreKey(preKeyJson.getInt("id"), pkRecord);
Log.d("DECRYPTED XX", Integer.toString(i));
}
}

Expand Down

0 comments on commit 17f9f9a

Please sign in to comment.