The C2SP spec for XAES-256-GCM details official test vectors for XAES-256-GCM implementations to check correctness. The xaes-256-gcm crate's test suite already contains the standard test vectors, but it is missing the accumulated randomized tests that are also specified. Adding these tests would improve the quality of the project's test suite and improve confidence that future changes don't cause regressions.
The C2SP spec for XAES-256-GCM details official test vectors for XAES-256-GCM implementations to check correctness. The
xaes-256-gcmcrate's test suite already contains the standard test vectors, but it is missing the accumulated randomized tests that are also specified. Adding these tests would improve the quality of the project's test suite and improve confidence that future changes don't cause regressions.