import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary PBKDF2_PRFs * @description * * ### ASN.1 Definition: * * ```asn1 * PBKDF2-PRFs ALGORITHM ::= { alg-hMAC-SHA1, ... } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const PBKDF2_PRFs: ALGORITHM[]; //# sourceMappingURL=PBKDF2-PRFs.osa.d.mts.map