comparison dss.h @ 1683:41bf8f216644

merge rsa-sha256
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 00:24:02 +0800
parents ba6fc7afe1c5
children
comparison
equal deleted inserted replaced
1673:e0871128e61f 1683:41bf8f216644
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;