comparison dss.h @ 1674:ba6fc7afe1c5

use sigtype where appropriate
author Matt Johnston <matt@ucc.asn.au>
date Mon, 06 Apr 2020 23:18:26 +0800
parents 06d52bcb8094
children
comparison
equal deleted inserted replaced
1668:49cb3cf4bd6f 1674:ba6fc7afe1c5
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;