DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.4k stars 298 forks source link

impl std::error::Error for SymmetricCipherError (fix #352) #452

Closed sseemayer closed 1 year ago

sseemayer commented 5 years ago

I would like to chain into a SymmetricCipherError and noticed that this trait impl was missing.