UNPKG

bsip

Version:

Siphash 2-4 and all its variations for javascript

10 lines (7 loc) 190 B
/*! * bsip.js - siphash for bcoin * Copyright (c) 2017, Christopher Jeffrey (MIT License). * https://github.com/bcoin-org/bcoin */ 'use strict'; module.exports = require('./siphash');