gpg: Signature made Sun May 4 01:44:30 2008 UTC using DSA key ID 715FC6D7
gpg: Good signature from "NextGen$ <nextgens@laposte.net>"
gpg: aka "NextGen$ <nextgens35@laposte.net>"
gpg: aka "Florent Daignière <florent.daigniere@laposte.net>"
* Matthew Toseland <toad@???> [2008-05-03 19:44:25]:
> On Saturday 03 May 2008 12:48, nextgens@??? wrote:
> > Author: nextgens
> > Date: 2008-05-03 11:48:01 +0000 (Sat, 03 May 2008)
> > New Revision: 19694
> >
> > Modified:
> >
> trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java
> > Log:
> > Don't instanciate a new MT; use the existing one.
>
> Does this mean we use the MT for key generation? We ought to use Yarrow for
> that.
> >
No, we pass two PRNGs to the factory, one of which will be used for
padding and the other for key generation... At least that's the idea.