xypriss-security
Version:
Advanced High-Performance Security Framework. Military-grade encryption, post-quantum resilience, and fortified data structures.
33 lines • 1.57 kB
JavaScript
;
/***************************************************************************
* XyPrissJS - Fast And Secure
*
* @author Nehonix
* @license Nehonix OSL (NOSL)
*
* Copyright (c) 2025 Nehonix. All rights reserved.
*
* This License governs the use, modification, and distribution of software
* provided by NEHONIX under its open source projects.
* NEHONIX is committed to fostering collaborative innovation while strictly
* protecting its intellectual property rights.
* Violation of any term of this License will result in immediate termination of all granted rights
* and may subject the violator to legal action.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
* INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
* AND NON-INFRINGEMENT.
* IN NO EVENT SHALL NEHONIX BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES ARISING FROM THE USE OR INABILITY TO USE THE SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*
***************************************************************************** */
Object.defineProperty(exports, "__esModule", { value: true });
exports.EncryptionService = void 0;
/**
* XyPrissJS Encryption Module
* encryption utilities
*/
var EncryptionService_1 = require("./EncryptionService");
Object.defineProperty(exports, "EncryptionService", { enumerable: true, get: function () { return EncryptionService_1.EncryptionService; } });
//# sourceMappingURL=index.js.map