Mercurial > dropbear
comparison gendss.c @ 70:b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 16:41:58 +0000 |
parents | fe6bca95afa7 |
children | 29a5c7c62350 |
comparison
equal
deleted
inserted
replaced
69:59d16db56e9f | 70:b0316ce64e4b |
---|---|
29 #include "random.h" | 29 #include "random.h" |
30 #include "buffer.h" | 30 #include "buffer.h" |
31 #include "gendss.h" | 31 #include "gendss.h" |
32 #include "dss.h" | 32 #include "dss.h" |
33 | 33 |
34 #define PSIZE 128 /* 1024 bit*/ | |
35 #define QSIZE 20 /* 160 bit */ | 34 #define QSIZE 20 /* 160 bit */ |
36 | 35 |
37 #ifdef DROPBEAR_DSS | 36 #ifdef DROPBEAR_DSS |
38 | 37 |
39 static void getq(dss_key *key); | 38 static void getq(dss_key *key); |