siphash-js icon indicating copy to clipboard operation
siphash-js copied to clipboard

A Javascript implementation of SipHash-2-4

Results 2 siphash-js issues
Sort by recently updated
recently updated
newest added

var module = module || {}, exports = causes cjs module importers to crash. This fix changes nothing in node but will allow cjs to esm converters to function correctly...

var module = module || {} When this line is in the source file, rollup is unable to parse the export. The module variable is defined in cjs by node...