UNPKG

@wildboar/pkcs

Version:
15 lines 375 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary id_dsa_with_sha1 * @description * * ### ASN.1 Definition: * * ```asn1 * id-dsa-with-sha1 OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) x9-57(10040) x9cm(4) 3} * ``` * * @constant */ export declare const id_dsa_with_sha1: OBJECT_IDENTIFIER; //# sourceMappingURL=id-dsa-with-sha1.va.d.mts.map