Merge pull request #12 from petertodd/2017-05-08-error-comment
Improve Error::InvalidMessage comment
This commit is contained in:
commit
70f54e1dea
|
@ -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