summaryrefslogtreecommitdiff
path: root/lib/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-22 16:09:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-22 16:11:16 +0200
commit98aefa42a4f5ba83d4cb925debf3b3536c4060e7 (patch)
tree59ed02001709ac733c73eeba4a3e158727a9b463 /lib/includes
parent80febddf239ff7209a4eaf184023f336fcdc5fde (diff)
downloadgnutls-98aefa42a4f5ba83d4cb925debf3b3536c4060e7.tar.gz
No need to keep Z in parameters since the pubkey can always be converted to an affine point.
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/gnutls/crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index 80fbf825d9..d781c07a79 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -287,8 +287,7 @@ extern "C"
* [4] is Gy
* [5] is x
* [6] is y
- * [7] is z
- * [8] is k (private key)
+ * [7] is k (private key)
*/
/**