The-DevX-Initiative / RCIG_Coordination_Repo

A Coordination repo for all things Rust Cryptography oriented
https://cryptography.rs
260 stars 34 forks source link

Awesome Rust Cryptography: `block-modes` link is a 404 #72

Closed bunnie closed 2 years ago

bunnie commented 2 years ago

The block-modes link for " Generic implementation of block cipher modes of operation, including CBC and ECB modes." under "Ciphers (low-level block ciphers and stream ciphers)" is a 404. It is currently:

https://github.com/RustCrypto/block-ciphers/tree/master/block-modes

I think maybe it should be https://github.com/RustCrypto/block-modes ?