1 2 3 4 5 6
pub trait ReversibleDigest { /** * Returns a reversed Hash160version of the given digest */ fn reverse(&self) -> Self; }