UNPKG

iocane

Version:
9 lines (8 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EncryptionAlgorithm = void 0; var EncryptionAlgorithm; (function (EncryptionAlgorithm) { EncryptionAlgorithm["CBC"] = "cbc"; EncryptionAlgorithm["GCM"] = "gcm"; })(EncryptionAlgorithm || (exports.EncryptionAlgorithm = EncryptionAlgorithm = {}));