pub struct LogId {
pub key_id: [u8; 32],
}
Available on crate feature
sct
only.Expand description
The SHA-256 hash of the log’s public key, calculated over the DER encoding of the key represented as SubjectPublicKeyInfo as defined in RFC 6962 section 3.2.
Fields§
§key_id: [u8; 32]
Hash of the log’s public key.
Trait Implementations§
source§impl DeserializeBytes for LogId
impl DeserializeBytes for LogId
source§impl PartialEq for LogId
impl PartialEq for LogId
source§impl SerializeBytes for &LogId
impl SerializeBytes for &LogId
source§impl SerializeBytes for LogId
impl SerializeBytes for LogId
impl StructuralPartialEq for LogId
Auto Trait Implementations§
impl RefUnwindSafe for LogId
impl Send for LogId
impl Sync for LogId
impl Unpin for LogId
impl UnwindSafe for LogId
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