![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: advice sought on key/data histogram analysis of rijndael/128 and serpent
From: lkcl <lkcl@lkcl.net>
Date: Mon Oct 17 2005 - 13:38:07 CEST
pseudo-code, okay, here we go.
note that there is _no_ PRNG input - i abandoned the
for k = 1 to 256000
for j = 0 to 127
analyse_data(num_times, input, keybit, databit)
for (i = 1 to num_times)
note that i am NOT doing a test which counts the "average number of
i am taking a note of the NUMBER OF FAILURES. in other words,
i am _not_ analysing the data directly.
i am statistically analysing the p-values (lots and lots of
very different.
hence my concern.
incidentally, if i perform 20 billion p-value tests, that's
|