mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Merge pull request #134 from isislovecruft/fix/signature-error
Impl std::error::Error for SignatureError.
This commit is contained in:
commit
33bb760ea8
1 changed files with 3 additions and 0 deletions
|
|
@ -93,3 +93,6 @@ impl From<InternalError> for SignatureError {
|
||||||
SignatureError::from_source(err)
|
SignatureError::from_source(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "std")]
|
||||||
|
impl Error for SignatureError { }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue