aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/eckaeg/eckaeg_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/eckaeg/eckaeg_op.h')
-rw-r--r--src/pubkey/eckaeg/eckaeg_op.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/pubkey/eckaeg/eckaeg_op.h b/src/pubkey/eckaeg/eckaeg_op.h
index 94355d46b..27cf4f367 100644
--- a/src/pubkey/eckaeg/eckaeg_op.h
+++ b/src/pubkey/eckaeg/eckaeg_op.h
@@ -1,8 +1,10 @@
-/*************************************************
-* ECKAEG Operations Header File *
-* (C) 1999-2008 Jack Lloyd *
-* 2007 FlexSecure GmbH *
-*************************************************/
+/*
+* ECKAEG Operations
+* (C) 1999-2008 Jack Lloyd
+* 2007 FlexSecure GmbH
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_ECKAEG_OPERATIONS_H__
#define BOTAN_ECKAEG_OPERATIONS_H__
@@ -11,9 +13,9 @@
namespace Botan {
-/*************************************************
-* ECKAEG Operation *
-*************************************************/
+/*
+* ECKAEG Operation
+*/
class BOTAN_DLL ECKAEG_Operation
{
public:
@@ -22,9 +24,9 @@ class BOTAN_DLL ECKAEG_Operation
virtual ~ECKAEG_Operation() {}
};
-/*************************************************
-* Default ECKAEG operation *
-*************************************************/
+/*
+* Default ECKAEG operation
+*/
class BOTAN_DLL Default_ECKAEG_Op : public ECKAEG_Operation
{
public: