UNPKG

@wildboar/pkcs

Version:
29 lines 658 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.md5 = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION md5 */ /** * @summary md5 * @description * * ### ASN.1 Definition: * * ```asn1 * md5 OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 5} * ``` * * @constant */ exports.md5 = new asn1_ts_1.ObjectIdentifier([ /* iso */ 1, /* member-body */ 2, /* us */ 840, /* rsadsi */ 113549, /* digestAlgorithm */ 2, 5, ]); /* END_OF_SYMBOL_DEFINITION md5 */ /* eslint-enable */ //# sourceMappingURL=md5.va.js.map