UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 412 B
/* eslint-disable */ import { ObjectIdentifier as _OID } from "@wildboar/asn1"; import { pkcs_1 } from "../PKCS-1/pkcs-1.va.mjs"; /** * @summary sha512WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha512WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 13 } * ``` * * @constant */ export const sha512WithRSAEncryption = _OID.fromParts([13], pkcs_1); /* eslint-enable */