RustCrypto / block-ciphers

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

migration guide for aes 0.7 (with ctr) to aes 0.8? #425

Closed sedan-cell closed 5 months ago

sedan-cell commented 5 months ago

is there migration guide? crates.io says to use aes instead but the api changed and isnt documented which broke some code of mine. is there a guide somewhere on migrating to the merged crate when aes256-ctr was used in code?

newpavlov commented 5 months ago

No, we do not provide any migration guides outside of changelogs. You need to check docs for the new version and migrate your code accordingly. If you have any questions, feel free to ask them in our Zulip chat or on the URLO forum.

Note that we are in the process of preparing the next release cycle, so you may want to postpone your migration until the new versions are released.