briansmith / ring

Safe, fast, small crypto using Rust
Other
3.69k stars 697 forks source link

Vendor rust-crypto aes/soft implementation #1886

Open briansmith opened 8 months ago

briansmith commented 8 months ago

The code is at https://github.com/RustCrypto/block-ciphers/tree/master/aes/src/soft.

briansmith commented 8 months ago

The change that implements this should be done in a single PR. I will use diff against the latest commit of the aes crate sources on GitHub to verify that the first commit is exactly identical to what's in the upstream source. Then I will review each commit in the PR as though it were its own PR. So basically the submitter needs to be prepared to do a lot of rebasing through the review process if there are many rounds of review.