pub struct EncapsulationKey(/* private fields */);Implementations§
Source§impl EncapsulationKey
impl EncapsulationKey
pub fn to_bytes(&self) -> [u8; 1568]
pub fn from_bytes(bytes: impl AsRef<[u8]>) -> Result<Self>
pub fn encapsulate(&self) -> Result<(Encapsulated, SharedSecret)>
Trait Implementations§
Source§impl Clone for EncapsulationKey
impl Clone for EncapsulationKey
Source§fn clone(&self) -> EncapsulationKey
fn clone(&self) -> EncapsulationKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EncapsulationKey
impl RefUnwindSafe for EncapsulationKey
impl Send for EncapsulationKey
impl Sync for EncapsulationKey
impl Unpin for EncapsulationKey
impl UnsafeUnpin for EncapsulationKey
impl UnwindSafe for EncapsulationKey
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