UNPKG

n-multi-hashing

Version:

A re-write of the Node Multi Hashing library, which provides Javascript bindings for C/C++ based hashing algorithms.

5 lines 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const bindings = require("bindings"); exports.default = bindings('../dist/build/Release/n-multi-hashing.node'); //# sourceMappingURL=index.js.map