Type Alias evmil::util::w256

source ·
pub type w256 = Uint<256, 4>;
Expand description

Represents a 256 bit word. This is very similar what a u256 would be, but where all operations employ modulo arithmetic.

Aliased Type§

struct w256 { /* private fields */ }

Trait Implementations§

source§

impl Max for w256

source§

const MAX: Self = w256::MAX

source§

impl Min for w256

source§

const MIN: Self = w256::MIN