shaker v0.0.3 (2014-12-26T23:10:06Z)
Home
Dub
Repo
SignKeyPair
sign
Undocumented in source.
class
SignKeyPair {
ubyte
public_key
;
ubyte
secret_key
;
this
();
this
(ubyte pubk, ubyte secretk);
SignedMessage
sign
(string data);
SignedMessage
sign
(ubyte[] data);
}
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
Source
See Implementation
sign
classes
SignKeyPair
functions
crypto_sign
crypto_sign_keypair
crypto_sign_open
structs
SignedMessage