Noise-C
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Macros
Cipher algorithm identifiers

Macros

#define NOISE_CIPHER_AESGCM   NOISE_ID('C', 2)
 Cipher identifier for "AESGCM". More...
 
#define NOISE_CIPHER_CATEGORY   NOISE_ID('C', 0)
 Category for cipher algorithms. More...
 
#define NOISE_CIPHER_CHACHAPOLY   NOISE_ID('C', 1)
 Cipher identifier for "ChaChaPoly". More...
 
#define NOISE_CIPHER_NONE   0
 Cipher identifier that indicates "no cipher". More...
 

Detailed Description

Macro Definition Documentation

#define NOISE_CIPHER_AESGCM   NOISE_ID('C', 2)

Cipher identifier for "AESGCM".

#define NOISE_CIPHER_CATEGORY   NOISE_ID('C', 0)

Category for cipher algorithms.

Intended for use with noise_name_to_id() and noise_id_to_name().

#define NOISE_CIPHER_CHACHAPOLY   NOISE_ID('C', 1)

Cipher identifier for "ChaChaPoly".

#define NOISE_CIPHER_NONE   0

Cipher identifier that indicates "no cipher".