30#if defined(_WIN32) && defined(CECIES_DLL)
31#ifdef CECIES_BUILD_DLL
32#define CECIES_API __declspec(dllexport)
34#define CECIES_API __declspec(dllimport)
char hexstring[64+1]
Definition: types.h:50
cecies_curve25519_key public_key
Definition: types.h:62
cecies_curve25519_key private_key
Definition: types.h:68
char hexstring[112+1]
Definition: types.h:81
cecies_curve448_key private_key
Definition: types.h:101
cecies_curve448_key public_key
Definition: types.h:95
Struct containing the output from a call to the cecies_new_guid() function.
Definition: types.h:109
struct cecies_guid cecies_guid
Struct containing the output from a call to the cecies_new_guid() function.
struct cecies_curve25519_keypair cecies_curve25519_keypair
struct cecies_curve448_keypair cecies_curve448_keypair
struct cecies_curve448_key cecies_curve448_key
struct cecies_curve25519_key cecies_curve25519_key