//! Common constants.
/// Zero in 256-bit representation
pub const ZERO_256: = ;
/// One in 256-bit representation
pub const ONE_256: = ;
/// Two in 256-bit representation
pub const TWO_256: = ;
/// Maximum value in 256-bit representation
pub const MAX_256: =
;
/// Minus one in 256-bit representation
pub const MINUS_ONE_256: = MAX_256;