1use crate::types::{Bits256, Bits96}; 2 3pub const BITS96_ZERO: Bits96 = Bits96([0u8; 12]); 4pub const BITS256_ZERO: Bits256 = Bits256([0u8; 32]);