aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tool/gnunet-ats.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
commit9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch)
tree68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/ats-tool/gnunet-ats.c
parent8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff)
downloadgnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.tar.gz
gnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.zip
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Diffstat (limited to 'src/ats-tool/gnunet-ats.c')
-rw-r--r--src/ats-tool/gnunet-ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c
index 90523652d..a873ab0f2 100644
--- a/src/ats-tool/gnunet-ats.c
+++ b/src/ats-tool/gnunet-ats.c
@@ -352,7 +352,7 @@ testservice_ats (void *cls,
352 352
353 if (NULL != pid_str) 353 if (NULL != pid_str)
354 { 354 {
355 if (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string (pid_str, 355 if (GNUNET_OK != GNUNET_CRYPTO_eddsa_public_key_from_string (pid_str,
356 strlen (pid_str), 356 strlen (pid_str),
357 &pid.public_key)) 357 &pid.public_key))
358 { 358 {