summaryrefslogtreecommitdiffhomepage
path: root/dss.h
diff options
context:
space:
mode:
Diffstat (limited to 'dss.h')
-rw-r--r--dss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dss.h b/dss.h
index 0b69256..99a34ef 100644
--- a/dss.h
+++ b/dss.h
@@ -38,6 +38,7 @@ struct DSS_key {
mp_int* q;
mp_int* g;
mp_int* y;
+ /* x is the private part */
mp_int* x;
};