Source: aesfix
Section: utils
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Jacob Appelbaum <jacob@appelbaum.net>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.2
Homepage: http://citp.princeton.edu/memory/code/
Vcs-Browser: http://git.debian.org/?p=forensics/aesfix.git
Vcs-Git: git://git.debian.org/git/forensics/aesfix.git

Package: aesfix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: aeskeyfinder
Description: tool for correcting bit errors in an AES key schedule
 This program illustrates a technique for correcting bit errors in an AES
 key schedule. It should be used with the output of the aeskeyfinder program.
 .
 It is limited to AES-128 key schedules, and it can only correct unidirectional
 1->0 bit errors.  For the most part it has been optimized for readability
 rather than performance.
