cecies
|
#include <types.h>
Public Attributes | |
cecies_curve25519_key | public_key |
cecies_curve25519_key | private_key |
Contains a stack-allocated cecies_curve25519_key keypair.
cecies_curve25519_key cecies_curve25519_keypair::private_key |
The private key (formatted as a hex string).
64 bytes of hex string + 1 NUL-terminator.
cecies_curve25519_key cecies_curve25519_keypair::public_key |
The public key (formatted as a hex string).
64 bytes of hex string + 1 NUL-terminator.