Compare commits

..

2 Commits

Author SHA1 Message Date
5c71e407d8 Image transformation
Some checks failed
CI / Typos (push) Successful in 25s
CI / Clippy (push) Successful in 3m19s
CI / Build and test (push) Failing after 3m35s
Docker / build-and-push (push) Failing after 4m33s
CI / Build and test (all features) (push) Failing after 9m32s
2026-03-26 11:52:00 -07:00
67b210a7bf Docker
Some checks failed
CI / Typos (push) Successful in 17s
CI / Build and test (push) Failing after 2m45s
CI / Clippy (push) Successful in 3m37s
Docker / build-and-push (push) Failing after 5m27s
CI / Build and test (all features) (push) Failing after 9m50s
2026-03-26 09:58:41 -07:00

View File

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