rust-crypto icon indicating copy to clipboard operation
rust-crypto copied to clipboard

Impl Error for SymmetricCypherError

Open Dr-Emann opened this issue 8 years ago • 2 comments

crypto::symmetriccipher::SymmetricCipherError doesn't implement std::error::Error. It probably should do so.

Dr-Emann avatar Feb 11 '16 19:02 Dr-Emann

Yes, I agree. Would you accept a PR implementing std::error::Error?

kosta avatar Sep 07 '17 10:09 kosta

I ran into the same issue, see PR #452

sseemayer avatar Jun 16 '19 09:06 sseemayer