Re: advice sought on key/data histogram analysis of rijndael/128 and serpent

From: David Wagner (daw_at_taverner.cs.berkeley.edu)
Date: 10/18/05


Date: Tue, 18 Oct 2005 00:44:52 +0000 (UTC)

lkcl wrote:
>for (k = 0 to 2048000)
>{
> if (k % 16 == 0)
> create_keyset_with_seed(k);
> for i=0-127, j=0-127
> {
> hist[i][j] += analyse(make_input(k), keyset[i], 1<<j);
> }
>}

Shouldn't you be calling create_keyset_with_seed() on every iteration
of the outer loop? As it currently stands, it sounds like you are computing
the same time 16 times in a row.



Relevant Pages

  • Re: Multiobjective Optimization using Genetic Algorithm
    ... so this uses 2 data files to get data from and so compute J (Objective Function) ... %number of variations for each iteration ... comp = comp'; ... %computing the residual values as 1-norm ...
    (comp.soft-sys.matlab)
  • Re: Multiobjective Optimization using Genetic Algorithm
    ... so this uses 2 data files to get data from and so compute J (Objective Function) ... %number of variations for each iteration ... comp = comp'; ... %computing the residual values as 1-norm ...
    (comp.soft-sys.matlab)
  • Re: What is the Computing equivalent to |- ?
    ... PROOF PROVES WFF ... Computing: Program. ... PROGRAM HALTS AT ITERATION NUMBER ...
    (sci.logic)
  • Re: Returning within a Number of Functions
    ... within a loop. ... I want Matlab to stop the iteration and return to the calling ... function taking the next iteration and running until the condition is ...
    (comp.soft-sys.matlab)
  • Re: class-method in a thread
    ... The StartCopy() method has probably already finished copying the file! ... slowed it down by calling Thread.Sleepon every iteration, ...
    (microsoft.public.dotnet.languages.csharp)