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