SignKeyPair

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte[32] pubk, ubyte[64] 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[32] public_key;
Undocumented in source.
secret_key
ubyte[64] secret_key;
Undocumented in source.

Meta