edu.rit.clu.monte
Class AesTestClu

java.lang.Object
  extended by edu.rit.clu.monte.AesTestClu

public class AesTestClu
extends Object

Class AesTestClu is a cluster parallel program that tests the randomness of the AES block cipher.

Usage: java -Dpj.np=K edu.rit.clu.monte.AesTestClu key N
K = Number of parallel processes
key = Block cipher key
N = Number of blocks

The program:

The computation is performed in parallel in multiple processors. The program measures the computation's running time.


Method Summary
static void main(String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Main program.

Throws:
Exception


Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.