From 926e7b1593be004b00c032634286a9b7ffb1f540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 29 Aug 2014 21:22:29 +0200 Subject: [PATCH] Comment fix. --- testsuite/ecdh-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/ecdh-test.c b/testsuite/ecdh-test.c index 14f01399..0aa17e15 100644 --- a/testsuite/ecdh-test.c +++ b/testsuite/ecdh-test.c @@ -188,9 +188,9 @@ test_main(void) "2126311732129869456512627735193938710331935978955001830871465201548004444073866677974896970734635601049909886616595755762740651165670628002084824920216966370", "4803556648772727869384704240411011976585308117802975396033423138930126997561438092192867119930177133880625991019440171972612468402200399449807843995563872782"); - /* NOTE: This isn't quite the standard way to do curve25519 + /* NOTE: This isn't the standard way to do curve25519 diffie-hellman, but it tests that the ecc_point interface works - also with curve25519. FIXME: Which it doesn't yet do. */ + also with curve25519. */ test_dh ("curve25519", &nettle_curve25519, "238301186166219052901200372289459967515481170332211409964804596991365959539", "16689431791973914300519294566135927090340942991104989847654071982531922134636", -- GitLab