UNPKG

@wildboar/pkcs

Version:
16 lines 385 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary hMAC_SHA1 * @description * * ### ASN.1 Definition: * * ```asn1 * hMAC-SHA1 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) dod(6) internet(1) security(5) * mechanisms(5) 8 1 2} * ``` * * @constant */ export declare const hMAC_SHA1: OBJECT_IDENTIFIER; //# sourceMappingURL=hMAC-SHA1.va.d.mts.map