Compare commits

..

2 Commits

Author SHA1 Message Date
ec7326a55e Image transformation
Some checks failed
CI / Typos (push) Successful in 20s
CI / Build and test (push) Failing after 2m41s
CI / Clippy (push) Successful in 3m23s
CI / Build and test (all features) (push) Failing after 10m11s
Docker / build-and-push (push) Failing after 1m1s
2026-03-26 14:03:30 -07:00
599c38ac26 Docker 2026-03-26 14:03:27 -07:00

View File

@@ -14,7 +14,10 @@ impl ChaChaHeaderv1 {
#[test]
fn chachaheader_size() {
assert_eq!(ChaChaHeaderv1::SIZE, std::mem::size_of::<ChaChaHeaderv1>())
assert_eq!(
ChaChaHeaderv1::SIZE,
std::mem::size_of::<ChaChaHeaderv1>() - ChaChaHeaderv1::MAGIC.len()
)
}
//