Files
hashcash/README.md
2025-07-05 16:10:31 -07:00

340 B

Hashcash

A Python implementation of the Hashcash proof-of-work algorithm for email. This is the reference (?) Python implementation from hashcash.org, modified lightly for Python 3 compatibility and packaging. It's been used as a milter with Postfix, and probably has other uses as well.