- derive
ubyte[] derive(string peerKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPrivateKey
string getPrivateKey(string password, bool use3Des)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPublicKey
string getPublicKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- sign
ubyte[] sign(ubyte[] data, bool useSha256)
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
bool verify(ubyte[] data, ubyte[] signature, bool useSha256)
Undocumented in source. Be warned that the author may not have intended to support it.