# Functions
DecodeKeyMeta decodes an array of bytes into a keymeta struct, using the golang gob decode.
DecodeKeyShare decodes an array of bytes into a keyshare struct, using the golang gob decode.
DecodeSigShare decodes an array of bytes into a sigshare struct, using the golang gob decode.
EncodeKeyMeta encodes a keymeta struct into an array of bytes, using the golang gob encoder.
EncodeKeyShare encodes a keyshare struct into an array of bytes, using the golang gob encoder.
EncodeSigShare encodes a sigshare struct into an array of bytes, using the golang gob encoder.
FromBytes transforms a raw array of array of bytes into a message, or returns an error if it can't transform the message.
GetRandomHexString returns a random hexadecimal string.
NewMessage creates a new message using the arguments provided, or returns an error if it cannot create the message object (related currently to a problem in the generation of message IDs).
# Constants
Signature Reception Errors.
No description provided by the author
No description provided by the author
No description provided by the author
Internal Errors (I/O).
Invalid message.
No description provided by the author
No description provided by the author
No description provided by the author
Signing Errors.
No description provided by the author
No description provided by the author
Network Errors.
No description provided by the author
No description provided by the author
No description provided by the author
Invalid error number (keep at the end).
# Variables
ErrorToString maps the error codes to string messages.
TypeToString transforms a message type into a string.