@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
20 lines (19 loc) • 654 B
TypeScript
import { NULL } from "asn1-ts";
import { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca";
export { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca";
export { id_hmacWithSHA384 } from "../PKCS5v2-1/id-hmacWithSHA384.va";
/**
* @summary PBKDF2_PRFs_Union3_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBKDF2-PRFs-Union3-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<NULL>}
* @implements {ALGORITHM_IDENTIFIER<NULL>}
*/
export declare const PBKDF2_PRFs_Union3_Intersection0_Element: ALGORITHM_IDENTIFIER<NULL>;