mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-08 13:14:27 +00:00
![Wladimir J. van der Laan](/assets/img/avatar_default.png)
Change CCrypter to use vectors with secure allocator instead of buffers on in the object itself which will end up on the stack. This avoids having to call LockedPageManager to lock stack memory pages to prevent the memory from being swapped to disk. This is wasteful.