secp256k1

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte[32] key)
Undocumented in source.
this
this(ubyte[64] pubKey)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

address
ubyte[20] address()
Undocumented in source. Be warned that the author may not have intended to support it.
sign
Signature sign(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
signHash
Signature signHash(ubyte[32] msgHash)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
bool verify(ubyte[] data, Signature sig)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

canSign
bool canSign;
Undocumented in source.
canVerify
bool canVerify;
Undocumented in source.
pubKey
ubyte[64] pubKey;
Undocumented in source.
secKey
ubyte[32] secKey;
Undocumented in source.

Meta