From a8c28714cddd45cdaadcce2fef5cb0325500b33f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 20 Jul 2010 13:54:20 +0000 Subject: Comment public/private parts --HG-- extra : convert_revision : 914cbb822f488fa5d17affdad01fcc7dae6006b1 --- dss.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dss.h') 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; }; -- cgit v1.2.3