UNPKG

fortify2-js

Version:

MOST POWERFUL JavaScript Security Library! Military-grade cryptography + 19 enhanced object methods + quantum-resistant algorithms + perfect TypeScript support. More powerful than Lodash with built-in security.

26 lines (21 loc) 934 B
'use strict'; var hashCore = require('./hash/hash-core.js'); var hashTypes = require('./hash/hash-types.js'); var hashUtils = require('./hash/hash-utils.js'); var hashValidator = require('./hash/hash-validator.js'); var hashSecurity = require('./hash/hash-security.js'); var hashAdvanced = require('./hash/hash-advanced.js'); var hashEntropy = require('./hash/hash-entropy.js'); var hashAlgorithms = require('../algorithms/hash-algorithms.js'); exports.Hash = hashCore.Hash; Object.defineProperty(exports, 'HashStrength', { enumerable: true, get: function () { return hashTypes.HashStrength; } }); exports.HashUtils = hashUtils.HashUtils; exports.HashValidator = hashValidator.HashValidator; exports.HashSecurity = hashSecurity.HashSecurity; exports.HashAdvanced = hashAdvanced.HashAdvanced; exports.HashEntropy = hashEntropy.HashEntropy; exports.HashAlgorithms = hashAlgorithms.HashAlgorithms; //# sourceMappingURL=hash.js.map