UNPKG

@wildboar/pkcs

Version:
11 lines 384 B
import type { NULL } from "@wildboar/asn1"; import { type ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca.mjs"; /** * ### ASN.1 Definition * * ```asn1 * {NULL IDENTIFIED BY hMAC-SHA1} * ``` */ export declare const MACAlgorithms_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<NULL>; //# sourceMappingURL=MACAlgorithms-Union0-Intersection0-Element.oa.d.mts.map