Documentation
¶
Overview ¶
Package errors provides crypto-specific error values shared across go-service crypto helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidMatch = errors.New("crypto: invalid match")
ErrInvalidMatch indicates that a cryptographic verification check failed.
It is used by verification helpers (for example signature verifiers) to report that a provided signature/hash does not match the expected value for the input message.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.