From d4ed0c56ec47f93a118aa2ebd6aad00ef45024a8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 22 Jun 2014 22:36:12 +0000 Subject: implemented cipher using nettle (not tested yet) --- src/cipher.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cipher.h') diff --git a/src/cipher.h b/src/cipher.h index a9ce59b..0eca1b5 100644 --- a/src/cipher.h +++ b/src/cipher.h @@ -104,8 +104,7 @@ private: AES_KEY aes_key_; uint8_t ecount_buf_[AES_BLOCK_SIZE]; #elif defined(USE_NETTLE) - // TODO: nettle - + struct aes_ctx ctx_; #else // USE_GCRYPT is the default gcry_cipher_hd_t handle_; #endif -- cgit v1.2.3