import { NULL } from "@wildboar/asn1"; import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary hmacWithSHA256 * @description * * ### ASN.1 Definition: * * ```asn1 * hmacWithSHA256 ALGORITHM ::= { -- IETF RFC 4231 * PARMS NULL * IDENTIFIED BY id-hmacWithSHA256 } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const hmacWithSHA256: ALGORITHM; //# sourceMappingURL=hmacWithSHA256.oa.d.mts.map