Improve Error::InvalidMessage comment
This commit is contained in:
parent
ab72e8da42
commit
70fd5a9e27
|
@ -310,7 +310,8 @@ pub enum Error {
|
|||
IncapableContext,
|
||||
/// Signature failed verification
|
||||
IncorrectSignature,
|
||||
/// Badly sized message
|
||||
/// Badly sized message ("messages" are actually fixed-sized digests; see the `MESSAGE_SIZE`
|
||||
/// constant)
|
||||
InvalidMessage,
|
||||
/// Bad public key
|
||||
InvalidPublicKey,
|
||||
|
|
Loading…
Reference in New Issue