pub struct Kex { /* private fields */ }Expand description
Represents Kyber encapsulated shared secret.
Implementations§
Source§impl Kex
impl Kex
Trait Implementations§
Source§impl FromWasmAbi for Kex
impl FromWasmAbi for Kex
Source§impl IntoWasmAbi for Kex
impl IntoWasmAbi for Kex
Source§impl LongRefFromWasmAbi for Kex
impl LongRefFromWasmAbi for Kex
Source§impl OptionFromWasmAbi for Kex
impl OptionFromWasmAbi for Kex
Source§impl OptionIntoWasmAbi for Kex
impl OptionIntoWasmAbi for Kex
Source§impl RefFromWasmAbi for Kex
impl RefFromWasmAbi for Kex
Source§impl RefMutFromWasmAbi for Kex
impl RefMutFromWasmAbi for Kex
Source§impl TryFromJsValue for Kex
impl TryFromJsValue for Kex
Source§impl VectorFromWasmAbi for Kex
impl VectorFromWasmAbi for Kex
Source§impl VectorIntoWasmAbi for Kex
impl VectorIntoWasmAbi for Kex
impl SupportsConstructor for Kex
impl SupportsInstanceProperty for Kex
impl SupportsStaticProperty for Kex
Auto Trait Implementations§
impl Freeze for Kex
impl RefUnwindSafe for Kex
impl Send for Kex
impl Sync for Kex
impl Unpin for Kex
impl UnsafeUnpin for Kex
impl UnwindSafe for Kex
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.