pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
17 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.id_sha224 = void 0;
const tslib_1 = require("tslib");
const asn1 = tslib_1.__importStar(require("asn1-ts"));
exports.id_sha224 = new asn1.ObjectIdentifier([
2,
16,
840,
1,
101,
3,
4,
2,
4,
]);
//# sourceMappingURL=id-sha224.va.js.map