[][src]Trait monero::cryptonote::hash::Hashable

pub trait Hashable {
    fn hash(&self) -> Hash;

    fn hash_to_scalar(&self) -> PrivateKey { ... }
}

Capacity of an object to hash itself

Required methods

fn hash(&self) -> Hash

Return its own hash

Loading content...

Provided methods

fn hash_to_scalar(&self) -> PrivateKey

Apply hash_to_scalar on itself and return the scalar

Loading content...

Implementors

impl Hashable for Transaction[src]

impl Hashable for TransactionPrefix[src]

impl Hashable for PublicKey[src]

impl Hashable for RctSigBase[src]

Loading content...