UNPKG

@wildboar/pkcs

Version:
16 lines (15 loc) 349 B
import { OBJECT_IDENTIFIER } from "asn1-ts"; export { pkcs_1 } from "../PKCS-1/pkcs-1.va"; /** * @summary sha512WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha512WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 13 } * ``` * * @constant */ export declare const sha512WithRSAEncryption: OBJECT_IDENTIFIER;