Crate hashmoney

Crate hashmoney 

Source
Expand description

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.

Structs§

Stamp

Enums§

CheckError
MintStrategy

Type Aliases§

CheckResult