Skip to content

nodejs native binding to check for valid Equihash 192,7 solutions

License

Notifications You must be signed in to change notification settings

joshyOcuk/equihashverify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!deprecated use https://github.com/joshyOcuk/equihashverify-192_7

nodejs native binding to check for kindof valid Equihash solutions

##usage:

var ev = require('bindings')('equihashverify.node');

var header = new Buffer(..., 'hex');
var solution = new Buffer(..., 'hex'); //do not include byte size preamble "fd4005"

ev.verify(header, solution);
//returns boolean

##help https://zclassic.herokuapp.com

About

nodejs native binding to check for valid Equihash 192,7 solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 54.0%
  • C 29.7%
  • Python 13.3%
  • C++ 2.8%
  • JavaScript 0.2%