UNPKG

pkcs-ts

Version:

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

14 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nistAlgorithms = void 0; const asn1_ts_1 = require("asn1-ts"); exports.nistAlgorithms = new asn1_ts_1.ObjectIdentifier([ 2, 16, 840, 1, 101, 3, 4, ]); //# sourceMappingURL=nistAlgorithms.va.js.map