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