Searched defs:Digest (Results 1 – 3 of 3) sorted by relevance
66 struct Digest { struct67 signature_algorithm_id: Option<SignatureAlgorithmID>,68 digest: LengthPrefixed<Bytes>,221 fn find_digest_by_algorithm(&self, algorithm_id: SignatureAlgorithmID) -> Result<&Digest> { in find_digest_by_algorithm()263 impl ReadFromBytes for Digest { implementation
31 pub type Digest = [u8; 32]; typedef224 fn copy_digest(descriptor: &HashDescriptor) -> SlotVerifyNoDataResult<Digest> { in copy_digest()
131 pub fn hash(inputs: &[&[u8]]) -> Digest { in hash()