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.27 by root, Tue Jul 16 16:44:36 2013 UTC vs.
Revision 1.28 by root, Wed Jul 17 04:36:03 2013 UTC

67#define PROTOCOL_MAJOR 1 67#define PROTOCOL_MAJOR 1
68#define PROTOCOL_MINOR 0 68#define PROTOCOL_MINOR 0
69 69
70#define SEED_SIZE 64 // how many octets to seed rng with 70#define SEED_SIZE 64 // how many octets to seed rng with
71 71
72#define HKDF_XTR_HASH EVP_sha512
73#define HKDF_PRF_HASH EVP_sha256
74
72#define HKDF_SALT 32 75#define HKDF_SALT 32
73#define IKM_SIZE 32 76#define IKM_SIZE 32
74 77
75#define RSA_KEYLEN (RSABITS >> 3) 78#define RSA_KEYLEN (RSABITS >> 3)
76 79

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines