pub struct Subkeys {
pub enc_key: [u8; 32],
pub mac_key: [u8; 32],
pub nonce_seed: [u8; 32],
pub index_root_key: [u8; 32],
pub index_shard_key: [u8; 32],
pub dictionary_key: [u8; 32],
pub dir_hint_key: [u8; 32],
pub index_nonce_seed: [u8; 32],
}Fields§
§enc_key: [u8; 32]§mac_key: [u8; 32]§nonce_seed: [u8; 32]§index_root_key: [u8; 32]§index_shard_key: [u8; 32]§dictionary_key: [u8; 32]§dir_hint_key: [u8; 32]§index_nonce_seed: [u8; 32]Implementations§
Trait Implementations§
impl Eq for Subkeys
impl StructuralPartialEq for Subkeys
Auto Trait Implementations§
impl Freeze for Subkeys
impl RefUnwindSafe for Subkeys
impl Send for Subkeys
impl Sync for Subkeys
impl Unpin for Subkeys
impl UnsafeUnpin for Subkeys
impl UnwindSafe for Subkeys
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