diff options
Diffstat (limited to 'src/pk_pad/info.txt')
-rw-r--r-- | src/pk_pad/info.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pk_pad/info.txt b/src/pk_pad/info.txt index d28ddd9fc..ff750a12c 100644 --- a/src/pk_pad/info.txt +++ b/src/pk_pad/info.txt @@ -1,10 +1,11 @@ -realname "Public Key Signature and Encryption Padding" +realname "Public Key EME/EMSA Padding Modes" define PK_PADDING load_on auto <add> -pk_pad.cpp -pk_pad.h +emsa.h +eme.cpp +eme.h </add> |