comparison dss.h @ 794:d386defb5376 ecc

more ecdsa signkey work, not correct
author Matt Johnston <matt@ucc.asn.au>
date Sun, 28 Apr 2013 23:17:43 +0800
parents f336d232fc63
children deed0571cacc
comparison
equal deleted inserted replaced
793:70625eed40c9 794:d386defb5376
28 #include "includes.h" 28 #include "includes.h"
29 #include "buffer.h" 29 #include "buffer.h"
30 30
31 #ifdef DROPBEAR_DSS 31 #ifdef DROPBEAR_DSS
32 32
33 #define DSS_SIGNATURE_SIZE 4+SSH_SIGNKEY_DSS_LEN+4+2*SHA1_HASH_SIZE
34
35 typedef struct { 33 typedef struct {
36 34
37 mp_int* p; 35 mp_int* p;
38 mp_int* q; 36 mp_int* q;
39 mp_int* g; 37 mp_int* g;