summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-09-06 20:07:07 +0200
committerWerner Koch <wk@gnupg.org>2013-09-07 10:16:45 +0200
commitddfefe429660cc5d798f3517208936449247ae5c (patch)
treef048cf22d4cc2de5994b44560877b25e0fb825f5 /doc
parent1bd2c67aa55b40589654d3fa5dea05cf1ed7dc5f (diff)
downloadlibgcrypt-ddfefe429660cc5d798f3517208936449247ae5c.tar.gz
mpi: Add gcry_mpi_ec_curve_point.
* mpi/ec.c (_gcry_mpi_ec_curve_point): New. (ec_powm): Return the absolute value. * src/visibility.c, src/visibility.c: Add wrappers. * src/libgcrypt.def, src/libgcrypt.vers: Export them.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index ba9bb02a..d187de9b 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -4197,6 +4197,13 @@ Multiply the point @var{u} of the elliptic curve described by
@var{ctx} by @var{n} and store the result into @var{w}.
@end deftypefun
+@deftypefun int gcry_mpi_ec_curve_point ( @
+ @w{gcry_mpi_point_t @var{point}}, @w{gcry_ctx_t @var{ctx}})
+
+Return true if @var{point} is on the elliptic curve described by
+@var{ctx}.
+@end deftypefun
+
@node Miscellaneous
@section Miscellaneous