Noise-C
|
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... | |
#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".