hashcash
Hashcash

Prev:valid-date? ( yymmdd: string -- ? )
Next:<hashcash> ( -- tuple )


Vocabulary
hashcash

Class description
A hashcash object. A hashcash have the following slots:
versionThe version number. Only version 1 is supported.
bitsThe claimed bit value.
dateThe date on which a stamp was minted. Expiry time is 28 days by default. See valid-stamp? for more.
resourceThe resource string for which a stamp is minted.
extExtensions that a specialized application may want. Ignored in version 1 (?).
saltA random salt generated with ascii-password.
suffixThe computed suffix. This is supposed to be manipulated by the library.


Definition

TUPLE: hashcash version bits date resource ext salt suffix ;