summaryrefslogtreecommitdiff
path: root/src/ec-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec-context.h')
-rw-r--r--src/ec-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec-context.h b/src/ec-context.h
index 60ca7590..c8f2ad0c 100644
--- a/src/ec-context.h
+++ b/src/ec-context.h
@@ -38,6 +38,7 @@ struct mpi_ec_ctx_s
gcry_mpi_t b; /* Second coefficient of the Weierstrass equation. */
gcry_mpi_point_t G; /* Base point (generator). */
gcry_mpi_t n; /* Order of G. */
+ gcry_mpi_t h; /* Cofactor. */
/* The actual key. May not be set. */
gcry_mpi_point_t Q; /* Public key. */