-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
digestHash function crateHash function crate
Description
It'd be nice to have an object safe trait for obtaining the OID of a DynDigest. Something like:
pub trait DynDigestWithOid: DynDigest {
fn oid(&self) -> ObjectIdentifier;
}Separately that could probably use a trait like DynAssociatedOid in the const_oid crate, which ^^^ could be built on as a supertrait bound + blanket impl.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
digestHash function crateHash function crate