Re: Namespace advice for hashcash module

2003-03-20 Thread A . Bergman
On torsdag, mar 20, 2003, at 19:01 Europe/Stockholm, Alan Barclay wrote: Digest::HashCash doesn't seem to be a good place, because it's not performing a digest Crypt::HashCash same problem, it's not doing crypto Mail::HashCash would work, except I can see non-mail releated uses. Hash::HashCash

Re: Namespace advice for hashcash module

2003-03-20 Thread Kurt Starsinic
On Mar 20, Alan Barclay wrote: > I've just finished a module which allows users to generate and > validate hashcash tokens. > > Hashcash tokens are bitstreams which are hard to calculate, but > easy to verify, and are therefore proof that the generator > performed a certain amount of CPU work, an

Namespace advice for hashcash module

2003-03-20 Thread Alan Barclay
I've just finished a module which allows users to generate and validate hashcash tokens. Hashcash tokens are bitstreams which are hard to calculate, but easy to verify, and are therefore proof that the generator performed a certain amount of CPU work, and have been proposed as a solution to spam