pub struct Proof<CS: CipherSuite> { /* private fields */ }Expand description
A proof produced by a server that the OPRF output matches against a server public key.
Implementations§
Source§impl<CS: CipherSuite> Proof<CS>
impl<CS: CipherSuite> Proof<CS>
Trait Implementations§
Source§impl<CS: CipherSuite> Clone for Proof<CS>
impl<CS: CipherSuite> Clone for Proof<CS>
Source§impl<CS: CipherSuite> Debug for Proof<CS>
impl<CS: CipherSuite> Debug for Proof<CS>
Source§impl<'de, CS: CipherSuite> Deserialize<'de> for Proof<CS>
impl<'de, CS: CipherSuite> Deserialize<'de> for Proof<CS>
Source§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
Source§impl<CS: CipherSuite> Drop for Proof<CS>
impl<CS: CipherSuite> Drop for Proof<CS>
impl<CS: CipherSuite> Eq for Proof<CS>
Source§impl<CS: CipherSuite> Hash for Proof<CS>
impl<CS: CipherSuite> Hash for Proof<CS>
Source§impl<CS: CipherSuite> Ord for Proof<CS>
impl<CS: CipherSuite> Ord for Proof<CS>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<CS: CipherSuite> PartialEq for Proof<CS>
impl<CS: CipherSuite> PartialEq for Proof<CS>
Source§impl<CS: CipherSuite> PartialOrd for Proof<CS>
impl<CS: CipherSuite> PartialOrd for Proof<CS>
Source§impl<CS: CipherSuite> Serialize for Proof<CS>
impl<CS: CipherSuite> Serialize for Proof<CS>
impl<CS: CipherSuite> ZeroizeOnDrop for Proof<CS>
Auto Trait Implementations§
impl<CS> Freeze for Proof<CS>
impl<CS> RefUnwindSafe for Proof<CS>
impl<CS> Send for Proof<CS>
impl<CS> Sync for Proof<CS>
impl<CS> Unpin for Proof<CS>
impl<CS> UnsafeUnpin for Proof<CS>
impl<CS> UnwindSafe for Proof<CS>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more