> the storable "Storable.Document-name" with that value. > > d=hash(Document name) > 3) Hash the document name digest (if its an SVK and its set) and the > bytes of the public key (y) in MPI format (as described in > fncrypto.pdf). This produces the SVK itself. correction, hash the public key bytes first, followed by the document name.
> > keyVal = hash(d + y) keyVal = hash(y + d) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20000807/dec97767/attachment.pgp>