diff options
author | lloyd <[email protected]> | 2008-09-30 05:05:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 05:05:31 +0000 |
commit | bc9e881d7c7a569664b5e753c12e4c8cbde06d2d (patch) | |
tree | 591c392a70a2dcd8459100ddb59f280b6b5bb905 /src/pk_pad/eme1/info.txt | |
parent | 42e3fe73cb63fe92510964d60bfccded65d08c36 (diff) |
Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the
only implemented MGF in Botan, and the only standardized MGF I even know
of) with the same hash as generated Phash (you would always want this anyway).
Diffstat (limited to 'src/pk_pad/eme1/info.txt')
-rw-r--r-- | src/pk_pad/eme1/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pk_pad/eme1/info.txt b/src/pk_pad/eme1/info.txt index dafb595c1..e2b74265f 100644 --- a/src/pk_pad/eme1/info.txt +++ b/src/pk_pad/eme1/info.txt @@ -11,4 +11,6 @@ eme1.cpp <requires> mgf1 +utils +core </requires> |