HomePhabricator

wallet: Change CCrypter to use vectors with secure allocator

Description

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.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Sep 18 2016, 06:23
deadalnixPushed on May 14 2017, 22:04
Parents
rABC97c7f7362f9b: Merge #8788: [RPC] Give RPC commands more information about the RPC request
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC999e4c91c2cd: wallet: Change CCrypter to use vectors with secure allocator (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Oct 19 2016, 14:17