diff --git a/Sources/KeyStore.swift b/Sources/KeyStore.swift index 5794189..c55a08e 100644 --- a/Sources/KeyStore.swift +++ b/Sources/KeyStore.swift @@ -261,15 +261,9 @@ public final class KeyStore { throw DecryptError.missingAccountKey } - var privateKey = try key.decrypt(password: password) - defer { - privateKey.resetBytes(in: 0..