diff options
Diffstat (limited to 'src/pk_pad/emsa2/emsa2.h')
-rw-r--r-- | src/pk_pad/emsa2/emsa2.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/pk_pad/emsa2/emsa2.h b/src/pk_pad/emsa2/emsa2.h index 367dd86ab..76888d1f6 100644 --- a/src/pk_pad/emsa2/emsa2.h +++ b/src/pk_pad/emsa2/emsa2.h @@ -1,7 +1,9 @@ -/************************************************* -* EMSA2 Header File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* EMSA2 +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_EMSA2_H__ #define BOTAN_EMSA2_H__ @@ -11,9 +13,9 @@ namespace Botan { -/************************************************* -* EMSA2 * -*************************************************/ +/* +* EMSA2 +*/ class BOTAN_DLL EMSA2 : public EMSA { public: |