UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

17 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.id_sha384 = void 0; const tslib_1 = require("tslib"); const asn1 = tslib_1.__importStar(require("asn1-ts")); exports.id_sha384 = new asn1.ObjectIdentifier([ 2, 16, 840, 1, 101, 3, 4, 2, 2, ]); //# sourceMappingURL=id-sha384.va.js.map