pub struct KeyId(/* private fields */);Expand description
A short, stable identifier for a public-key bundle: the first
KEY_ID_LEN bytes of SHA3-256(QSP2 bytes). Useful for referencing or
pinning a key (e.g. in a rotation record) without carrying the full bundle.
Implementations§
Trait Implementations§
impl Copy for KeyId
impl Eq for KeyId
impl StructuralPartialEq for KeyId
Auto Trait Implementations§
impl Freeze for KeyId
impl RefUnwindSafe for KeyId
impl Send for KeyId
impl Sync for KeyId
impl Unpin for KeyId
impl UnsafeUnpin for KeyId
impl UnwindSafe for KeyId
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