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/curve25519/sodium/libsodium_curve25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcmix-crypto/curve25519/sodium') diff --git a/libcmix-crypto/curve25519/sodium/libsodium_curve25519.c b/libcmix-crypto/curve25519/sodium/libsodium_curve25519.c index 0fbd387..6c3fe13 100644 --- a/libcmix-crypto/curve25519/sodium/libsodium_curve25519.c +++ b/libcmix-crypto/curve25519/sodium/libsodium_curve25519.c @@ -39,7 +39,7 @@ void curve25519_shared_key_deleter(struct SharedKey* s) { s->shared = NULL; } -void curve25519_get_key_array(char** buffer, size_t* len, void* key) { +void curve25519_key_to_array(unsigned char** buffer, size_t* len, void* key) { } -- cgit v1.2.3-70-g09d2