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