UNPKG

@wildboar/pkcs

Version:
16 lines (15 loc) 335 B
import { OBJECT_IDENTIFIER } from "asn1-ts"; /** * @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;