pub struct ShareKey(/* private fields */);Expand description
A derived key from share-based unseal.
In share-based unseal the derived key serves directly as the content
key — there is no commit envelope involved. This type ensures share
keys enter the crypto system through explicit construction, not via
raw [u8; 32] injection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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