Skip to content

elcuervo/proof_of_work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof Of Work

Pure Ruby implementation of the Hashcash algorithm.

hash = ProofOfWork.generate("elcuervo@elcuervo.co")
# => 1:20:140123:elcuervo@elcuervo.co::LENoHOSV:18b952

ProofOfWork.valid?(hash)
# => true

About

A Hashcash algorithm implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages