@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
28 lines • 1.35 kB
JavaScript
;
/*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
* Adyen NodeJS API Library
* Copyright (c) 2020 Adyen B.V.
* This file is open source and available under the MIT license.
* See the LICENSE file for more info.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.NexoEnum = void 0;
var NexoEnum;
(function (NexoEnum) {
NexoEnum[NexoEnum["HMAC_KEY_LENGTH"] = 32] = "HMAC_KEY_LENGTH";
NexoEnum[NexoEnum["CIPHER_KEY_LENGTH"] = 32] = "CIPHER_KEY_LENGTH";
NexoEnum[NexoEnum["IV_LENGTH"] = 16] = "IV_LENGTH";
})(NexoEnum = exports.NexoEnum || (exports.NexoEnum = {}));
//# sourceMappingURL=nexoConstants.js.map