On Fri, May 04, 2001 at 09:30:22AM -0400, Tavin Cole wrote: > CHK routekey = hash(hash(storables) + > hash(progressive_hash_firstblock(encrypt(doc)))) > SVK signature = sign(hash(storables) + > hash(progressive_hash_firstblock(encrypt(doc))))
That depends on the order of Storables. Since they're FNP fields that's really bad (they're unordered). Since I can't think of a good way to hash them without an orderI suggest alphabetical order of the key names. AGL -- Join in the new game that's sweeping the country. It's called "Bureaucracy". Everybody stands in a circle. The first person to do anything loses. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 240 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20010504/4082c38d/attachment.pgp>
