chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

9
vendor/ctr/tests/ctr32/mod.rs vendored Normal file
View File

@@ -0,0 +1,9 @@
//! Counter Mode with a 32-bit counter.
//!
//! NOTE: AES-128-CTR test vectors used by these tests were generated by first
//! integration testing the implementation in the contexts of AES-GCM and
//! AES-GCM-SIV, with the former tested against the NIST CAVS vectors, and the
//! latter against the RFC8452 test vectors.
mod be;
mod le;