aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-03-26 16:48:23 +0200
committerPieter Wuille <[email protected]>2012-03-26 16:48:23 +0200
commit6b8de05d0a6696dff4b7dccec5b74889f3cdc486 (patch)
tree123b892a842e3a99342cc4806b4a833b2a635b52 /src/crypter.h
parentMerge pull request #974 from sipa/walletupgrade (diff)
downloaddiscoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.tar.xz
discoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.zip
Begin doxygen-compatible comments
Diffstat (limited to 'src/crypter.h')
-rw-r--r--src/crypter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypter.h b/src/crypter.h
index b7fc78880..0f9ea0217 100644
--- a/src/crypter.h
+++ b/src/crypter.h
@@ -25,6 +25,7 @@ with the double-sha256 of the public key as the IV, and the
master key's key as the encryption key (see keystore.[ch]).
*/
+/** Master key for wallet encryption */
class CMasterKey
{
public:
@@ -58,6 +59,7 @@ public:
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial;
+/** Encryption/decryption context with key information */
class CCrypter
{
private: