diff options
Diffstat (limited to 'src/pk_pad/emsa1/emsa1.h')
-rw-r--r-- | src/pk_pad/emsa1/emsa1.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pk_pad/emsa1/emsa1.h b/src/pk_pad/emsa1/emsa1.h index d86020966..28d856525 100644 --- a/src/pk_pad/emsa1/emsa1.h +++ b/src/pk_pad/emsa1/emsa1.h @@ -13,8 +13,9 @@ namespace Botan { -/* -* EMSA1 +/** +* EMSA1 from IEEE 1363 +* Essentially, sign the hash directly */ class BOTAN_DLL EMSA1 : public EMSA { |