//! MacData-related types
use crateDigestInfo;
use ;
/// The `MacData` type is defined in [RFC 7292 Section 4].
///
/// ```text
/// MacData ::= SEQUENCE {
/// mac DigestInfo,
/// macSalt OCTET STRING,
/// iterations INTEGER DEFAULT 1
/// -- Note: The default is for historical reasons and its
/// -- use is deprecated.
///}
/// ```
///
/// [RFC 7292 Section 4]: https://www.rfc-editor.org/rfc/rfc7292#section-4