pub struct DefaultCipherSuite;Trait Implementations§
Source§impl CipherSuite for DefaultCipherSuite
impl CipherSuite for DefaultCipherSuite
Source§type OprfCs = Ristretto255
type OprfCs = Ristretto255
A VOPRF ciphersuite, see
voprf::CipherSuite.Source§type KeGroup = Ristretto255
type KeGroup = Ristretto255
A
Group used for the KeyExchange.Source§type KeyExchange = TripleDh
type KeyExchange = TripleDh
A key exchange protocol
Auto Trait Implementations§
impl Freeze for DefaultCipherSuite
impl RefUnwindSafe for DefaultCipherSuite
impl Send for DefaultCipherSuite
impl Sync for DefaultCipherSuite
impl Unpin for DefaultCipherSuite
impl UnwindSafe for DefaultCipherSuite
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