RustCrypto / block-ciphers

Collection of block cipher algorithms written in pure Rust
671 stars 131 forks source link

Use `BlockCipherEncrypt`/`BlockCipherDecrypt` trait names #400

Closed tarcieri closed 9 months ago

tarcieri commented 9 months ago

Updates the previous BlockEncrypt/BlockEncrypt trait names to use the new ones introduced in RustCrypto/traits#1482