UNPKG

@wildboar/pkcs

Version:
20 lines 473 B
import { type ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca.mjs"; /** * @summary MACAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * MACAlgorithms ALGORITHM-IDENTIFIER ::= { * {NULL IDENTIFIED BY hMAC-SHA1}, * ... -- For future extensions * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export declare const MACAlgorithms: ALGORITHM_IDENTIFIER<any>[]; //# sourceMappingURL=MACAlgorithms.osa.d.mts.map