Skip to content

nodejs native binding to check for valid Equihash solutions

License

Notifications You must be signed in to change notification settings

ceozero/equihashverify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equihashverify

nodejs native binding to check for 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 solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published