UNPKG

200 BJavaScriptView Raw
1/*!
2 * mrmr.js - murmur3 for javascript
3 * Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
4 * https://github.com/bcoin-org/bcoin
5 */
6
7'use strict';
8
9module.exports = require('./murmur3');