pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
9 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.aes = exports.nistAlgorithms = void 0;
const asn1_ts_1 = require("asn1-ts");
const nistAlgorithms_va_1 = require("../PKCS5v2-1/nistAlgorithms.va");
var nistAlgorithms_va_2 = require("../PKCS5v2-1/nistAlgorithms.va");
Object.defineProperty(exports, "nistAlgorithms", { enumerable: true, get: function () { return nistAlgorithms_va_2.nistAlgorithms; } });
exports.aes = new asn1_ts_1.ObjectIdentifier([1], nistAlgorithms_va_1.nistAlgorithms);
//# sourceMappingURL=aes.va.js.map