pub fn hash_oid<H: Hasher>(s: &ObjectIdentifier, state: &mut H)
Expand description
hash function for ObjectIdentifier based on string representation since ObjectIdentifier does not implement Hash
pub fn hash_oid<H: Hasher>(s: &ObjectIdentifier, state: &mut H)
hash function for ObjectIdentifier based on string representation since ObjectIdentifier does not implement Hash