comparison dss.h @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents ba6fc7afe1c5
children
comparison
equal deleted inserted replaced
1562:768ebf737aa0 1739:13d834efc376
28 #include "includes.h" 28 #include "includes.h"
29 #include "buffer.h" 29 #include "buffer.h"
30 30
31 #if DROPBEAR_DSS 31 #if DROPBEAR_DSS
32 32
33 typedef struct { 33 typedef struct dropbear_DSS_Key {
34 34
35 mp_int* p; 35 mp_int* p;
36 mp_int* q; 36 mp_int* q;
37 mp_int* g; 37 mp_int* g;
38 mp_int* y; 38 mp_int* y;