Type Alias cms::digested_data::Digest

source ·
pub type Digest = OctetString;
Expand description

The Digest type is defined in RFC 5652 Section 7.

  Digest ::= OCTET STRING

Aliased Type§

struct Digest { /* private fields */ }