UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

9 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hashSHA256 = void 0; const CryptoJS = require("crypto-js"); const hashSHA256 = (input) => { return CryptoJS.SHA256(input).toString(); }; exports.hashSHA256 = hashSHA256; //# sourceMappingURL=hashSHA256.js.map