libssh
0.10.90
The SSH library
|
API for DJB's ed25519. More...
Macros | |
#define | ED25519_PK_LEN 32 |
#define | ED25519_SK_LEN 64 |
#define | ED25519_SIG_LEN 64 |
Typedefs | |
typedef uint8_t | ed25519_pubkey[ED25519_PK_LEN] |
typedef uint8_t | ed25519_privkey[ED25519_SK_LEN] |
typedef uint8_t | ed25519_signature[ED25519_SIG_LEN] |
API for DJB's ed25519.