pub const fn bool_to_b256(value: bool) -> &'static B256
Converts a boolean to a left-padded B256 value.
B256
This is optimized to not allocate at runtime by using 2 static arrays.