ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/global.h
(Generate patch)

Comparing gvpe/src/global.h (file contents):
Revision 1.29 by root, Thu Jul 18 13:35:16 2013 UTC vs.
Revision 1.30 by root, Thu Jul 18 17:35:10 2013 UTC

65 */ 65 */
66 66
67#define PROTOCOL_MAJOR 1 67#define PROTOCOL_MAJOR 1
68#define PROTOCOL_MINOR 0 68#define PROTOCOL_MINOR 0
69 69
70#define SERIAL_SIZE 16
71
70#define SEED_SIZE 64 // how many octets to seed rng with 72#define SEED_SIZE 64 // how many octets to seed rng with
71 73
72#define HKDF_XTR_HASH EVP_sha512 74#define HKDF_XTR_HASH EVP_sha512
73#define HKDF_PRF_HASH EVP_sha256 75#define HKDF_PRF_HASH EVP_sha256
74 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines