boost::xint::options::secure Struct Reference

Zeros memory before deallocating. More...


Detailed Description

Zeros memory before deallocating.

If used, the library zeros out all memory before deallocating it, for maximum security. The default is not to do so, for maximum speed.

Note:
This provides only one half of a truly secure solution. Depending on how your operating system handles virtual memory, numbers may be paged out to disk at any time. To ensure maximum security, combine it with an allocator that prevents its memory from being paged to disk under any circumstances.

Definition at line 143 of file options.hpp.


The documentation for this struct was generated from the following file:

© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)