Go to the documentation of this file.
17 #define ZENBRIDGE_MAX_KEYSIZE_RSA 2048
18 #define ZENBRIDGE_MAX_KEYSIZE_RSA_CRT 1024
19 #define ZENBRIDGE_MAX_KEYSIZE_DSA_SIGN 1024
20 #define ZENBRIDGE_MAX_KEYSIZE_DSA_VRFY 1024
23 #define ZENBRIDGE_VERSION_MAJOR(x) (((x) >> 16) | 0xff)
24 #define ZENBRIDGE_VERSION_MINOR(x) (((x) >> 8) | 0xff)
25 #define ZENBRIDGE_VERSION_PATCH(x) (((x) >> 0) | 0xff)
26 #define ZENBRIDGE_VERSION(x, y, z) ((x) << 16 | (y) << 8 | (z))
88 #define ZENBRIDGE_RNG_DIRECT 0
89 #define ZENBRIDGE_RNG_SHA1 1
140 unsigned char *index_1,
unsigned char *index_2,
int mode ) ;
151 const KEY *key_2,
const KEY *key_3,
const KEY *iv,
int mode ) ;