comparison gendss.c @ 60:2ca590852f45

Just a test for merging heads
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 Aug 2004 08:08:42 +0000
parents aecba0e16e9c
children 6571b480fa04
comparison
equal deleted inserted replaced
58:5edf356295af 60:2ca590852f45
32 #include "dss.h" 32 #include "dss.h"
33 33
34 #define PSIZE 128 /* 1024 bit*/ 34 #define PSIZE 128 /* 1024 bit*/
35 #define QSIZE 20 /* 160 bit */ 35 #define QSIZE 20 /* 160 bit */
36 36
37 /* This is just a test */
38
37 #ifdef DROPBEAR_DSS 39 #ifdef DROPBEAR_DSS
38 40
39 static void getq(dss_key *key); 41 static void getq(dss_key *key);
40 static void getp(dss_key *key, unsigned int size); 42 static void getp(dss_key *key, unsigned int size);
41 static void getg(dss_key *key); 43 static void getg(dss_key *key);