Struct nucypher_core::HRAC
source · [−]pub struct HRAC(_);Expand description
“hashed resource access code”.
A hash of:
- Publisher’s verifying key
- Bob’s verifying key
- the label
Publisher and Bob have all the information they need to construct this. Ursula does not, so we share it with her.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for HRAC
impl UnwindSafe for HRAC
Blanket Implementations
Mutably borrows from an owned value. Read more