Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 243 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 243 Bytes

Hashcash

Swift implementation of the Hashcash Proof-of-Work algorithm.

Uses SHA-256 as opposed to SHA-1.

Inspired by David Mertz's Python implementation