From 28063bacec25253d5c67668932321c2044d1aa02 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 7 Dec 2007 15:07:11 +0000 Subject: serialisation & makefile fix --- keyDerivation.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'keyDerivation.cpp') diff --git a/keyDerivation.cpp b/keyDerivation.cpp index a171244..5b7b739 100644 --- a/keyDerivation.cpp +++ b/keyDerivation.cpp @@ -142,3 +142,9 @@ void KeyDerivation::clear() gcry_cipher_close( cipher_ ); } +template +void KeyDerivation::serialize(Archive & ar, const unsigned int version) +{ + ar & ld_kdr_; + ar & salt_; +} -- cgit v1.2.3