fix bad merge: missing FallBackDecryptionError

pull/14/head
sachaaaaa 7 years ago
parent eb488f9305
commit 54201d6665

@ -4,6 +4,8 @@
(function() { (function() {
window.libloki = window.libloki || {}; window.libloki = window.libloki || {};
class FallBackDecryptionError extends Error {}
const IV_LENGTH = 16; const IV_LENGTH = 16;
FallBackSessionCipher = function (address) { FallBackSessionCipher = function (address) {

Loading…
Cancel
Save