diff options
Diffstat (limited to 'src/hash/md4_ia32/md4_ia32.h')
-rw-r--r-- | src/hash/md4_ia32/md4_ia32.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/hash/md4_ia32/md4_ia32.h b/src/hash/md4_ia32/md4_ia32.h index e9798830d..f01d148f4 100644 --- a/src/hash/md4_ia32/md4_ia32.h +++ b/src/hash/md4_ia32/md4_ia32.h @@ -1,7 +1,9 @@ -/************************************************* -* MD4 (IA-32) Header File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* MD4 (IA-32) +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_MD4_IA32_H__ #define BOTAN_MD4_IA32_H__ @@ -10,9 +12,9 @@ namespace Botan { -/************************************************* -* MD4 * -*************************************************/ +/* +* MD4 +*/ class BOTAN_DLL MD4_IA32 : public MD4 { public: |