Struct recrypt::api::HashedValue[]

pub struct HashedValue { /* fields omitted */ }

A combination of the hash of EncryptedTempKey and the PrivateKey of the delegator. Used to recover the plaintext from an EncryptedTempKey

Methods

impl HashedValue

Trait Implementations

impl Clone for HashedValue

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HashedValue

impl Debug for HashedValue

Formats the value using the given formatter. Read more

impl PartialEq for HashedValue

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for HashedValue

impl Sync for HashedValue