X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkey.h;h=b8fc0cd772a78391d22371ce795cc0060ab95728;hb=6b8de05d0a6696dff4b7dccec5b74889f3cdc486;hp=4058f115fdd461a2a36db4909e7c1ba8e4e55576;hpb=01a196e08db49d83cf6c5abd8a799c56dcfef503;p=novacoin.git diff --git a/src/key.h b/src/key.h index 4058f11..b8fc0cd 100644 --- a/src/key.h +++ b/src/key.h @@ -54,6 +54,7 @@ typedef std::vector > CPrivKey; // CSecret is a serialization of just the secret parameter (32 bytes) typedef std::vector > CSecret; +/** An encapsulated OpenSSL Elliptic Curve key (public and/or private) */ class CKey { protected: