UNPKG
blake-hash
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.0
SHA-3 proposal Blake
github.com/cryptocoinjs/blake-hash
cryptocoinjs/blake-hash
blake-hash
/
index.js
6 lines
(5 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
try
{
module
.
exports
= require(
'./bindings'
) }
catch
(err) {
module
.
exports
= require(
'./js'
) }