summaryrefslogtreecommitdiff
path: root/simple.h
diff options
context:
space:
mode:
Diffstat (limited to 'simple.h')
-rw-r--r--simple.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/simple.h b/simple.h
index a37c6d1..d450876 100644
--- a/simple.h
+++ b/simple.h
@@ -42,17 +42,6 @@ public:
explicit InvalidRounds(const std::string &algorithm, unsigned int rounds) : InvalidArgument(algorithm + ": " + IntToString(rounds) + " is not a valid number of rounds") {}
};
-//! _
-// TODO: look into this virtual inheritance
-class CRYPTOPP_DLL ASN1CryptoMaterial : virtual public ASN1Object, virtual public CryptoMaterial
-{
-public:
- void Save(BufferedTransformation &bt) const
- {BEREncode(bt);}
- void Load(BufferedTransformation &bt)
- {BERDecode(bt);}
-};
-
// *****************************
//! _