cecies
Classes | Macros | Typedefs
types.h File Reference

CECIES types. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

CECIES types.

Author
Raphael Beck

Typedef Documentation

◆ cecies_curve25519_key

Contains a Curve25519 key, encoded as a NUL-terminated hex-string.

◆ cecies_curve25519_keypair

Contains a stack-allocated cecies_curve25519_key keypair.

◆ cecies_curve448_key

Contains a Curve448 key, encoded as a NUL-terminated hex-string.

◆ cecies_curve448_keypair

Contains a stack-allocated Curve448 keypair.

◆ cecies_guid

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.