shaker ~master (2022-05-27T11:06:23.9081154)
Dub
Repo
SignedMessage
sign
Undocumented in source.
struct
SignedMessage {
ubyte
[]
data
;
bool
signedBy
(SignKeyPair signer);
}
Members
Functions
signedBy
bool
signedBy
(SignKeyPair signer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
ubyte
[]
data
;
Undocumented in source.
Meta
Source
See Implementation
sign
classes
SignKeyPair
functions
crypto_sign
crypto_sign_bytes
crypto_sign_keypair
crypto_sign_open
structs
SignedMessage