Package edu.rit.smp.keysearch
contains sequential and SMP parallel programs
for a cryptanalysis problem.
We are given a 128-bit plaintext block,
the corresponding 128-bit ciphertext block
encrypted using AES with a 256-bit key,
and a portion of the key.
The problem is to find the rest of the key
using exhaustive search.
The SMP parallel programs in this package use Parallel Java (PJ)
in package edu.rit.pj.