@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines • 367 B
text/typescript
import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
/**
* @summary sha512WithRSAEncryption
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* sha512WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 13 }
* ```
*
* @constant
*/
export declare const sha512WithRSAEncryption: OBJECT_IDENTIFIER;
//# sourceMappingURL=sha512WithRSAEncryption.va.d.mts.map