ecdsa is working

--HG--
branch : ecc
This commit is contained in:
Matt Johnston
2013-05-03 23:07:48 +08:00
parent 79660f2eb1
commit 95a21c8fd7
14 changed files with 205 additions and 95 deletions

View File

@@ -141,6 +141,8 @@
/* For a 4096 bit DSS key, empirically determined */
#define MAX_PRIVKEY_SIZE 1700
#define MAX_HOSTKEYS 3
/* The maximum size of the bignum portion of the kexhash buffer */
/* Sect. 8 of the transport rfc 4253, K_S + e + f + K */
#define KEXHASHBUF_MAX_INTS (1700 + 130 + 130 + 130)