gpg: Signature made Mon May 5 17:54:57 2008 UTC using DSA key ID E43DA450
gpg: Good signature from "Matthew John Toseland <toad@amphibian.dyndns.org>"
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.