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,
|
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