UNPKG

bcuckoo

Version:

Cuckoo Cycle verification and miner in pure javascript

10 lines (7 loc) 213 B
/*! * bcuckoo.js - cuckoo cycle implementation * Copyright (c) 2017-2018, Christopher Jeffrey (MIT License). * https://github.com/handshake-org/bcuckoo */ 'use strict'; module.exports = require('./cuckoo');