rust-crypto
rust-crypto copied to clipboard
Impl Error for SymmetricCypherError
crypto::symmetriccipher::SymmetricCipherError doesn't implement std::error::Error. It probably should do so.
Yes, I agree. Would you accept a PR implementing std::error::Error?
I ran into the same issue, see PR #452