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