Mercurial > dropbear
comparison ltc_prng.c @ 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 | b07eb3dc23ec |
children | ac2158e3e403 |
comparison
equal
deleted
inserted
replaced
758:1c607a62d235 | 759:76fba0856749 |
---|---|
12 * Tom St Denis, [email protected], http://libtomcrypt.com | 12 * Tom St Denis, [email protected], http://libtomcrypt.com |
13 */ | 13 */ |
14 #include "options.h" | 14 #include "options.h" |
15 #include "includes.h" | 15 #include "includes.h" |
16 #include "random.h" | 16 #include "random.h" |
17 #include "ltc_prng.h" | |
17 | 18 |
18 /** | 19 /** |
19 @file sprng.c | 20 @file sprng.c |
20 Secure PRNG, Tom St Denis | 21 Secure PRNG, Tom St Denis |
21 */ | 22 */ |