diff options
Diffstat (limited to 'src/pk_pad/eme.h')
-rw-r--r-- | src/pk_pad/eme.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/pk_pad/eme.h b/src/pk_pad/eme.h index fd759bd10..321c1d01e 100644 --- a/src/pk_pad/eme.h +++ b/src/pk_pad/eme.h @@ -1,7 +1,9 @@ -/************************************************* -* EME Classes Header File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* EME Classes +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H__ #define BOTAN_PUBKEY_EME_ENCRYPTION_PAD_H__ @@ -11,9 +13,9 @@ namespace Botan { -/************************************************* -* Encoding Method for Encryption * -*************************************************/ +/* +* Encoding Method for Encryption +*/ class BOTAN_DLL EME { public: |