Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTPasswordData.hpp File Reference
#include <string>
#include <memory>
Include dependency graph for OTPasswordData.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opentxs::OTPasswordData
 

Namespaces

 opentxs
 

Macros

#define OT_PW_DISPLAY   "Enter master passphrase for wallet."
 
#define OTPASSWORD_BLOCKSIZE   128
 
#define OTPASSWORD_MEMSIZE   129
 
#define OT_LARGE_BLOCKSIZE   32767
 
#define OT_LARGE_MEMSIZE   32768
 
#define OT_DEFAULT_BLOCKSIZE   128
 
#define OT_DEFAULT_MEMSIZE   129
 

Macro Definition Documentation

#define OT_DEFAULT_BLOCKSIZE   128

Definition at line 180 of file OTPasswordData.hpp.

#define OT_DEFAULT_MEMSIZE   129

Definition at line 181 of file OTPasswordData.hpp.

#define OT_LARGE_BLOCKSIZE   32767

Definition at line 176 of file OTPasswordData.hpp.

#define OT_LARGE_MEMSIZE   32768

Definition at line 177 of file OTPasswordData.hpp.

#define OT_PW_DISPLAY   "Enter master passphrase for wallet."

Definition at line 169 of file OTPasswordData.hpp.

#define OTPASSWORD_BLOCKSIZE   128

Definition at line 171 of file OTPasswordData.hpp.

#define OTPASSWORD_MEMSIZE   129

Definition at line 172 of file OTPasswordData.hpp.