Closed robdefeo closed 3 years ago
Deriving keys with scrypt takes a long time ~800ms. This is being done for each messages. The only difference is the decryptedKind which is often the same. Used a map to reduce the number of times this happens.
decryptedKind
Deriving keys with scrypt takes a long time ~800ms. This is being done for each messages. The only difference is the
decryptedKind
which is often the same. Used a map to reduce the number of times this happens.