cecies
|
#include <types.h>
Public Attributes | |
cecies_curve448_key | public_key |
cecies_curve448_key | private_key |
Contains a stack-allocated Curve448 keypair.
cecies_curve448_key cecies_curve448_keypair::private_key |
The private key (formatted as a hex string).
112 bytes of hex string + 1 NUL-terminator.
cecies_curve448_key cecies_curve448_keypair::public_key |
The public key (formatted as a hex string).
112 bytes of hex string + 1 NUL-terminator.
The 0x04
prefix byte that's required by the EC key encoding standard is omitted in this implementation!