JamesMunns[m]: > <@jamesmunns:beeper.com> ```rust > #[repr(C)] > union LolState { > a: [u8; core::mem::size_of::()], > b: sealed::State, > } > ``` `sealed::State` would contain the actual sha2::Sha256 struct?