Trait rustc::util::sha2::ToBits[src]
trait ToBits {
fn to_bits(self) -> (Self, Self);
}
Required Methods
fn to_bits(self) -> (Self, Self)
Convert the value in bytes to the number of bits, a tuple where the 1st item is the high-order value and the 2nd item is the low order value.