mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-09 06:37:52 +00:00
999e4c91c2
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. |
||
---|---|---|
.. | ||
test | ||
crypter.cpp | ||
crypter.h | ||
db.cpp | ||
db.h | ||
rpcdump.cpp | ||
rpcwallet.cpp | ||
rpcwallet.h | ||
wallet.cpp | ||
wallet.h | ||
walletdb.cpp | ||
walletdb.h |