gpg: Signature made Tue May 6 04:31:52 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-05 18:54:57]:
> On Sunday 04 May 2008 02:44, Florent Daignière wrote:
> > * 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.
> >
> Not true after your changes. Please reinstate the strong RandomSource for key
> generation.
Fixed in r19786