aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/par_hash/par_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/par_hash/par_hash.h')
-rw-r--r--src/hash/par_hash/par_hash.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/hash/par_hash/par_hash.h b/src/hash/par_hash/par_hash.h
index 7d71dae11..7e75c27be 100644
--- a/src/hash/par_hash/par_hash.h
+++ b/src/hash/par_hash/par_hash.h
@@ -1,7 +1,9 @@
-/*************************************************
-* Parallel Hash Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* Parallel Hash
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_PARALLEL_HASH_H__
#define BOTAN_PARALLEL_HASH_H__
@@ -11,9 +13,9 @@
namespace Botan {
-/*************************************************
-* Parallel *
-*************************************************/
+/*
+* Parallel
+*/
class BOTAN_DLL Parallel : public HashFunction
{
public: