@tigthor/kokocrypt
Version:
Enhanced Fortress Edition - Secure, quantum-resistant, high-performance encryption package
12 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlgorithmType = void 0;
var AlgorithmType;
(function (AlgorithmType) {
AlgorithmType["XChaCha20Poly1305"] = "XChaCha20-Poly1305";
AlgorithmType["AesGcm"] = "AES-GCM";
AlgorithmType["Kyber"] = "Kyber";
AlgorithmType["Dilithium"] = "Dilithium";
AlgorithmType["Ntru"] = "NTRU";
})(AlgorithmType || (exports.AlgorithmType = AlgorithmType = {}));
//# sourceMappingURL=algorithm.type.js.map