hashmoney

Crates.iohashmoney
lib.rshashmoney
version2.0.0
created_at2025-07-22 11:23:46.855076+00
updated_at2025-07-30 14:34:05.161756+00
descriptionYet another hashcash implementation, with wasm support, variable date width and multiple minting strategies.
homepage
repositoryhttps://github.com:/le0flo/hashmoney
max_upload_size
id1763429
size40,494
Leonardo (le0flo)

documentation

https://docs.rs/hashmoney

README

Hashmoney

This is yet another implementation of hashcash. It has a way simple interface, so that the resulting workflow is more like using the command line version. You can either mint a stamp or parse it from a string, then check if it is valid against some given values. Only version 1 of the specification is implemented. The Web assembly target is a first class citizen and fully supported with the wasm feature.

Usage

[dependencies]
hashmoney = { version = "2.0.0" }
Commit count: 0

cargo fmt