cecies
|
CECIES types. More...
Go to the source code of this file.
Classes | |
struct | cecies_curve25519_key |
struct | cecies_curve25519_keypair |
struct | cecies_curve448_key |
struct | cecies_curve448_keypair |
struct | cecies_guid |
Struct containing the output from a call to the cecies_new_guid() function. More... | |
Typedefs | |
typedef struct cecies_curve25519_key | cecies_curve25519_key |
typedef struct cecies_curve25519_keypair | cecies_curve25519_keypair |
typedef struct cecies_curve448_key | cecies_curve448_key |
typedef struct cecies_curve448_keypair | cecies_curve448_keypair |
typedef struct cecies_guid | cecies_guid |
Struct containing the output from a call to the cecies_new_guid() function. More... | |
CECIES types.
typedef struct cecies_curve25519_key cecies_curve25519_key |
Contains a Curve25519 key, encoded as a NUL-terminated hex-string.
typedef struct cecies_curve25519_keypair cecies_curve25519_keypair |
Contains a stack-allocated cecies_curve25519_key keypair.
typedef struct cecies_curve448_key cecies_curve448_key |
Contains a Curve448 key, encoded as a NUL-terminated hex-string.
typedef struct cecies_curve448_keypair cecies_curve448_keypair |
Contains a stack-allocated Curve448 keypair.
typedef struct cecies_guid cecies_guid |
Struct containing the output from a call to the cecies_new_guid() function.
36 characters (only 32 if you chose to omit the hyphens) + 1 NUL terminator.