We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4932626 commit 02a5686Copy full SHA for 02a5686
src/primitives/gf32.rs
@@ -65,6 +65,7 @@ const CHARS_INV: [i8; 128] = [
65
66
/// An element in GF(32), the finite field containing elements `[0,31]` inclusive.
67
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
68
+#[repr(transparent)]
69
pub struct Fe32(pub(crate) u8);
70
71
impl Fe32 {
0 commit comments