aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/elgamal/elg_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/elgamal/elg_op.h')
-rw-r--r--src/pubkey/elgamal/elg_op.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/pubkey/elgamal/elg_op.h b/src/pubkey/elgamal/elg_op.h
index c75ff7d45..39ed897f4 100644
--- a/src/pubkey/elgamal/elg_op.h
+++ b/src/pubkey/elgamal/elg_op.h
@@ -1,7 +1,9 @@
-/*************************************************
-* ElGamal Operations Header File *
-* (C) 1999-2008 Jack Lloyd *
-*************************************************/
+/*
+* ElGamal Operations
+* (C) 1999-2008 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_ELGAMAL_OPS_H__
#define BOTAN_ELGAMAL_OPS_H__
@@ -13,9 +15,9 @@
namespace Botan {
-/*************************************************
-* ElGamal Operation *
-*************************************************/
+/*
+* ElGamal Operation
+*/
class BOTAN_DLL ELG_Operation
{
public:
@@ -26,9 +28,9 @@ class BOTAN_DLL ELG_Operation
virtual ~ELG_Operation() {}
};
-/*************************************************
-* Botan's Default ElGamal Operation *
-*************************************************/
+/*
+* Botan's Default ElGamal Operation
+*/
class BOTAN_DLL Default_ELG_Op : public ELG_Operation
{
public: