Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SignatureErr means that the signature wash wrong. SignatureErr = errs.Class("invalid signature") // SerializationErr is returned when the tags are signed, but the payload couldn't be unmarshalled. SerializationErr = errs.Class("invalid tag serialization") // WrongSignee is returned when the tags are signed, but the signee field has a different NodeID. WrongSignee = errs.Class("node id mismatch") )
View Source
var ( // UnknownSignee is returned when the public key is not available for NodeID to check the signature. UnknownSignee = errs.Class("node tag signee is unknown") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.