aboutsummaryrefslogtreecommitdiffstats
path: root/include/nr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nr.h')
-rw-r--r--include/nr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/nr.h b/include/nr.h
index 47c91dc6e..0f5e1d677 100644
--- a/include/nr.h
+++ b/include/nr.h
@@ -15,7 +15,7 @@ namespace Botan {
* Nyberg-Rueppel Public Key *
*************************************************/
class BOTAN_DLL NR_PublicKey : public PK_Verifying_with_MR_Key,
- public virtual DL_Scheme_PublicKey
+ public virtual DL_Scheme_PublicKey
{
public:
std::string algo_name() const { return "NR"; }
@@ -39,8 +39,8 @@ class BOTAN_DLL NR_PublicKey : public PK_Verifying_with_MR_Key,
* Nyberg-Rueppel Private Key *
*************************************************/
class BOTAN_DLL NR_PrivateKey : public NR_PublicKey,
- public PK_Signing_Key,
- public virtual DL_Scheme_PrivateKey
+ public PK_Signing_Key,
+ public virtual DL_Scheme_PrivateKey
{
public:
SecureVector<byte> sign(const byte[], u32bit) const;