Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elcuervo/proof_of_work
A Hashcash algorithm implementation
https://github.com/elcuervo/proof_of_work
Last synced: 30 days ago
JSON representation
A Hashcash algorithm implementation
- Host: GitHub
- URL: https://github.com/elcuervo/proof_of_work
- Owner: elcuervo
- Created: 2014-01-23T02:27:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-27T22:22:36.000Z (almost 11 years ago)
- Last Synced: 2024-10-07T09:12:25.174Z (about 1 month ago)
- Language: Ruby
- Size: 137 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof Of Work
Pure Ruby implementation of the Hashcash algorithm.
```ruby
hash = ProofOfWork.generate("[email protected]")
# => 1:20:140123:[email protected]::LENoHOSV:18b952ProofOfWork.valid?(hash)
# => true
```