secp256k1

Undocumented in source.

Constructors

this
this(ubyte[32] key)
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.
verify
bool verify(ubyte[] data, Signature sig)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

secKey
ubyte[32] secKey;
Undocumented in source.

Meta