UNPKG

@wildboar/pkcs

Version:
15 lines 367 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary sha224WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha224WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 14 } * ``` * * @constant */ export declare const sha224WithRSAEncryption: OBJECT_IDENTIFIER; //# sourceMappingURL=sha224WithRSAEncryption.va.d.mts.map