mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
Comment public/private parts
--HG-- extra : convert_revision : 914cbb822f488fa5d17affdad01fcc7dae6006b1
This commit is contained in:
parent
eabfd803c9
commit
a8c28714cd
1
dss.h
1
dss.h
@ -38,6 +38,7 @@ struct DSS_key {
|
|||||||
mp_int* q;
|
mp_int* q;
|
||||||
mp_int* g;
|
mp_int* g;
|
||||||
mp_int* y;
|
mp_int* y;
|
||||||
|
/* x is the private part */
|
||||||
mp_int* x;
|
mp_int* x;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user