pub struct RoutingKeys {
pub stream_cipher_key: StreamCipherKey,
pub header_integrity_hmac_key: HeaderIntegrityMacKey,
pub payload_key: PayloadKey,
pub blinding_factor: StaticSecret,
}Fields§
§stream_cipher_key: StreamCipherKey§header_integrity_hmac_key: HeaderIntegrityMacKey§payload_key: PayloadKey§blinding_factor: StaticSecretImplementations§
Trait Implementations§
Source§impl Clone for RoutingKeys
impl Clone for RoutingKeys
Source§fn clone(&self) -> RoutingKeys
fn clone(&self) -> RoutingKeys
Returns a copy 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 moreSource§impl Debug for RoutingKeys
impl Debug for RoutingKeys
Source§impl PartialEq for RoutingKeys
impl PartialEq for RoutingKeys
Auto Trait Implementations§
impl Freeze for RoutingKeys
impl RefUnwindSafe for RoutingKeys
impl Send for RoutingKeys
impl Sync for RoutingKeys
impl Unpin for RoutingKeys
impl UnwindSafe for RoutingKeys
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