diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-18 08:23:29 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-19 16:17:33 +0200 |
| commit | 999e4c91c2cd93f4cd8760b3572780c9d568f2f0 (patch) | |
| tree | 6a7abfb39a4a697f84fa63ed600a60c1e5079618 /src/key.cpp | |
| parent | Merge #8788: [RPC] Give RPC commands more information about the RPC request (diff) | |
| download | discoin-999e4c91c2cd93f4cd8760b3572780c9d568f2f0.tar.xz discoin-999e4c91c2cd93f4cd8760b3572780c9d568f2f0.zip | |
wallet: Change CCrypter to use vectors with secure allocator
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.
Diffstat (limited to 'src/key.cpp')
0 files changed, 0 insertions, 0 deletions