Struct sgx_crypto::ecc::EcShareKey
source · [−]pub struct EcShareKey(_);
Implementations
pub fn derive_key(&self, label: &[u8]) -> SgxResult<AlignKey128bit>
pub fn clear(&mut self)
Trait Implementations
sourcefn clone(&self) -> EcShareKey
fn clone(&self) -> EcShareKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourcefn default() -> EcShareKey
fn default() -> EcShareKey
Returns the “default value” for a type. Read more
sourcefn from(key: &[u8; 32]) -> EcShareKey
fn from(key: &[u8; 32]) -> EcShareKey
Converts to this type from the input type.
sourcefn from(key: &AlignEc256SharedKey) -> EcShareKey
fn from(key: &AlignEc256SharedKey) -> EcShareKey
Converts to this type from the input type.
sourcefn from(key: &Ec256SharedKey) -> EcShareKey
fn from(key: &Ec256SharedKey) -> EcShareKey
Converts to this type from the input type.
sourcefn from(key: &EcShareKey) -> [u8; 32]
fn from(key: &EcShareKey) -> [u8; 32]
Converts to this type from the input type.
sourcefn from(key: &EcShareKey) -> AlignEc256SharedKey
fn from(key: &EcShareKey) -> AlignEc256SharedKey
Converts to this type from the input type.
sourcefn from(key: &EcShareKey) -> Ec256SharedKey
fn from(key: &EcShareKey) -> Ec256SharedKey
Converts to this type from the input type.
sourcefn from(key: [u8; 32]) -> EcShareKey
fn from(key: [u8; 32]) -> EcShareKey
Converts to this type from the input type.
sourcefn from(key: AlignEc256SharedKey) -> EcShareKey
fn from(key: AlignEc256SharedKey) -> EcShareKey
Converts to this type from the input type.
sourcefn from(key: Ec256SharedKey) -> EcShareKey
fn from(key: Ec256SharedKey) -> EcShareKey
Converts to this type from the input type.
sourcefn from(key: EcShareKey) -> [u8; 32]
fn from(key: EcShareKey) -> [u8; 32]
Converts to this type from the input type.
sourcefn from(key: EcShareKey) -> AlignEc256SharedKey
fn from(key: EcShareKey) -> AlignEc256SharedKey
Converts to this type from the input type.
sourcefn from(key: EcShareKey) -> Ec256SharedKey
fn from(key: EcShareKey) -> Ec256SharedKey
Converts to this type from the input type.
sourcefn eq(&self, other: &EcShareKey) -> bool
fn eq(&self, other: &EcShareKey) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more