|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rit.clu.monte.AesTestClu
public class AesTestClu
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 |
|---|
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||