diff options
author | lloyd <[email protected]> | 2008-05-25 21:57:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-05-25 21:57:32 +0000 |
commit | 4e3ed1be76906bcd3440dd3fbf78569a0d684dfc (patch) | |
tree | a9b560c141ca03c74ba776a7d26ad9838a30b5f2 /include/nr.h | |
parent | 729cbc8ea0a181b1fb1425980e30649afd9195cc (diff) |
Reindent
Diffstat (limited to 'include/nr.h')
-rw-r--r-- | include/nr.h | 6 |
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; |