yawn
Results
1
issues of
yawn
## Related Issue - #142 ## Implementation **Adjusted struct field types to ensure 16-byte memory alignment and C-compatibility on frequently accessed fields.** - crates/mpz-core/src/block.rs - crates/mpz-garble-core/src/encoding/mod.rs ```Rust #[repr(C, align(16))] pub...