Don't regen the shared secret every message #30
Labels
difficulty-2
Difficulty, 0 is the easiest, higher numbers are probably harder.
enhancement
New feature or request
Currently on encrypted message send/receive the shared secret is regenerated every single time. This is the heaviest crypto operation happening, and for specific users, produces the same result every time. It'd make more sense to cache these keys in memory upon generation, and grab them from there as needed.
The text was updated successfully, but these errors were encountered: