Mercurial > dropbear
comparison ltc_prng.h @ 759:76fba0856749 ecc
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
ses.hash and ses.session_id are now buffers (doesn't compile)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 00:28:09 +0800 |
parents | |
children | c19acba28590 |
comparison
equal
deleted
inserted
replaced
758:1c607a62d235 | 759:76fba0856749 |
---|---|
1 #ifndef _LTC_PRNG_H_DROPBEAR | |
2 #define _LTC_PRNG_H_DROPBEAR | |
3 | |
4 #include "options.h" | |
5 #include "includes.h" | |
6 | |
7 #ifdef DROPBEAR_LTC_PRNG | |
8 | |
9 extern const struct ltc_prng_descriptor dropbear_prng_desc; | |
10 | |
11 #endif // DROPBEAR_LTC_PRNG | |
12 | |
13 #endif // _LTC_PRNG_H_DROPBEAR |