From a3e62d3bc6e7f75949726f9a8dafe03e757e869b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 30 Oct 2016 13:38:49 +0100 Subject: Added the Preprocessing step for the Precomputation of CMix. --- libcmix-crypto/keypair.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcmix-crypto/keypair.h') diff --git a/libcmix-crypto/keypair.h b/libcmix-crypto/keypair.h index 3b6e0d1..1222c51 100644 --- a/libcmix-crypto/keypair.h +++ b/libcmix-crypto/keypair.h @@ -8,6 +8,8 @@ extern "C" { #endif +#include "groupelement.h" + #include /*! @@ -17,8 +19,8 @@ extern "C" { * responsible for memory meanagement. See the Api struct for examples of this. */ struct KeyPair { - void* sec; ///< Private key - void* pub; ///< Public key + GroupElement sec; ///< Private key + GroupElement pub; ///< Public key }; -- cgit v1.2.3-70-g09d2