On Saturday 31 May 2008 14:32, nextgens at freenetproject.org wrote: > Author: nextgens > Date: 2008-05-31 13:32:54 +0000 (Sat, 31 May 2008) > New Revision: 20157 > > Added: > trunk/apps/new_installer/res/startssl.pem > Modified: > trunk/apps/new_installer/install.xml > trunk/apps/new_installer/src/Sha1Test.java > Log: > new_installer: commit a new, improved Sha1Test class: it will get the checksums from emu using a secured connection > ... > > // now we compare > - byte[] digest=new byte[160]; .. > + byte[] digest = new byte[160];
Eh? Why does digest need to be initialized here? And it's 160 BITS not 160 BYTES. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080626/a093b598/attachment.pgp>
