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

Macros

#define NOISE_SIGN_CATEGORY   NOISE_ID('S', 0)
 Category for signature algorithms. More...
 
#define NOISE_SIGN_ED25519   NOISE_ID('S', 1)
 Signature algorithm identifier for "Ed25519". More...
 
#define NOISE_SIGN_NONE   0
 Signature algorithm identifier that indicates "no algorithm". More...
 

Detailed Description

Macro Definition Documentation

#define NOISE_SIGN_CATEGORY   NOISE_ID('S', 0)

Category for signature algorithms.

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

#define NOISE_SIGN_ED25519   NOISE_ID('S', 1)

Signature algorithm identifier for "Ed25519".

#define NOISE_SIGN_NONE   0

Signature algorithm identifier that indicates "no algorithm".