aboutsummaryrefslogtreecommitdiff
path: root/src/key.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/key.h
parentMerge pull request #974 from sipa/walletupgrade (diff)
downloaddiscoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.tar.xz
discoin-6b8de05d0a6696dff4b7dccec5b74889f3cdc486.zip
Begin doxygen-compatible comments
Diffstat (limited to 'src/key.h')
-rw-r--r--src/key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key.h b/src/key.h
index 4058f115f..b8fc0cd77 100644
--- a/src/key.h
+++ b/src/key.h
@@ -54,6 +54,7 @@ typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey;
// CSecret is a serialization of just the secret parameter (32 bytes)
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CSecret;
+/** An encapsulated OpenSSL Elliptic Curve key (public and/or private) */
class CKey
{
protected: