pub struct Combinedkey { /* private fields */ }Expand description
The combinated key containing private key for X25519 and Kyber, should not be transferred
Implementations§
Source§impl Combinedkey
impl Combinedkey
Sourcepub fn displaykyberkey(&self, private: bool) -> &[u8] ⓘ
pub fn displaykyberkey(&self, private: bool) -> &[u8] ⓘ
Display public or private key
Sourcepub fn getkyberkeypair(&self) -> &Keypair
pub fn getkyberkeypair(&self) -> &Keypair
Display public or private key
Trait Implementations§
Source§impl Default for Combinedkey
impl Default for Combinedkey
Auto Trait Implementations§
impl Freeze for Combinedkey
impl RefUnwindSafe for Combinedkey
impl Send for Combinedkey
impl Sync for Combinedkey
impl Unpin for Combinedkey
impl UnwindSafe for Combinedkey
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