SignKeyPair

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte pubk, ubyte secretk)
Undocumented in source.

Members

Functions

sign
SignedMessage sign(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
sign
SignedMessage sign(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

public_key
ubyte public_key;
Undocumented in source.
secret_key
ubyte secret_key;
Undocumented in source.

Meta