summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-20 20:50:03 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-20 20:50:03 +0200
commit03397384d1a3c5035d8a43c1ad0f1b2790f27c75 (patch)
treec8cfcd83d640f5fbc60382fa1316de37c0481569 /lib/gnutls_algorithms.h
parent5854b4c2557dcb75c6263df32932047688d5c64b (diff)
downloadgnutls-03397384d1a3c5035d8a43c1ad0f1b2790f27c75.tar.gz
Account 'A' in calculations for point doubling.
Diffstat (limited to 'lib/gnutls_algorithms.h')
-rw-r--r--lib/gnutls_algorithms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_algorithms.h b/lib/gnutls_algorithms.h
index 049c1e218a..c8b692dbb5 100644
--- a/lib/gnutls_algorithms.h
+++ b/lib/gnutls_algorithms.h
@@ -134,6 +134,8 @@ struct gnutls_ecc_curve_entry_st
/** The prime that defines the field the curve is in (encoded in hex) */
const char *prime;
+ /** The fields A param (hex) */
+ const char *A;
/** The fields B param (hex) */
const char *B;
/** The order of the curve (hex) */