From 2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 09:09:48 +0000 Subject: added syncbuffer --- keyDerivation.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'keyDerivation.h') diff --git a/keyDerivation.h b/keyDerivation.h index aae6c3e..d155934 100644 --- a/keyDerivation.h +++ b/keyDerivation.h @@ -33,7 +33,10 @@ #include "datatypes.h" #include "buffer.h" +#include "syncBuffer.h" +#include +#include extern "C" { @@ -47,11 +50,6 @@ typedef enum { label_satp_salt = 0x02, } satp_prf_label; -namespace boost { - namespace serialization { - class access; - } -} class KeyDerivation { @@ -69,7 +67,7 @@ private: protected: int8_t ld_kdr_; // ld(key_derivation_rate) - Buffer salt_; + SyncBuffer salt_; static const char* MIN_GCRYPT_VERSION; gcry_cipher_hd_t cipher_; -- cgit v1.2.3