![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveSomeone can tell me which type of algorithm is this ?
From: firefox78 <g.giacomello@gmail.com>
Date: Tue Nov 29 2005 - 22:35:15 CET
Someone have any Idea of this algorithm? I think it can be a sort of
private void ElaboraArray(uint []a) //Sembra una rete di feistel
ulong r; //Risuiltato della moltiplicazione
uint rh = 0;
for (int i=0; i<=a.GetUpperBound(0); i++)
r2 = (ulong)rl + (ulong)rh + (ulong)x[j+1];
rh = (uint)(r >> 32);
if (j == a.GetUpperBound(0)) x[j+i+1] = rh;
Best regards.
|