Error   : Method add(java.lang.Byte) not found in class java.util.Vector.
TwoLevelHashInputStream.java line 117         hashbuffer.add(new
Byte(part[i]));

Your not 1.1.8 compatible.

add should be addElement.  I will fix it soon.

Paul

> From: Oskar Sandberg <md98-osa at nada.kth.se>
> Reply-To: freenet-dev at lists.sourceforge.net
> Date: Sat, 22 Apr 2000 18:15:20 +0200
> To: freenet-dev at lists.sourceforge.net
> Subject: [Freenet-dev] Two level hash
> 
> 
> I added some classes that perform the two level hashing that Hal described
> last
> month, and that would be necessary to be able to tunnel CHK indexed
> information, to the crypt directory. I also added Digest and DigestFactory
> interfaces and a Util class for the static conversions between byte arrays and
> the protocol's hex strings.
> 
> I have never done any security type stuff before, so I am very open
> corrections
> and proposals on better ways to do this stuff. In fact it would be very
> helpful
> if Hal, Scott, or anyone else that has crypto stuff down would take a look
> through it.
> 
> -- 
> 
> Oskar Sandberg
> 
> md98-osa at nada.kth.se
> 
> #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
> $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
> lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
> 
> _______________________________________________
> Freenet-dev mailing list
> Freenet-dev at lists.sourceforge.net
> http://lists.sourceforge.net/mailman/listinfo/freenet-dev


_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to