RustCrypto / block-modes

Collection of generic block mode algorithms written in pure Rust
64 stars 13 forks source link

Add pub to the inner cipher member #18

Closed kazuki0824 closed 2 years ago

kazuki0824 commented 2 years ago

To use inner cipher in https://github.com/RustCrypto/traits/pull/1014, we have to make the membercipher visible.