Struct recrypt::api::EncryptedTempKey[]

pub struct EncryptedTempKey { /* fields omitted */ }

Random Fp12, encrypted to the delegatee. Used to unroll transforms.

Methods

impl EncryptedTempKey

construct $t from byte slice. Input slice must be exactly the correct length for the type.

Returns

Ok($t) or Err($ApiError::InputWrongSize]

Trait Implementations

impl Clone for EncryptedTempKey

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EncryptedTempKey

impl Hashable for EncryptedTempKey

Convert self to a stable byte representation.

impl Debug for EncryptedTempKey

Formats the value using the given formatter. Read more

impl PartialEq for EncryptedTempKey

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

This method tests for !=.

Auto Trait Implementations