cecies
|
#include <types.h>
Public Attributes | |
char | hexstring [64+1] |
Contains a Curve25519 key, encoded as a NUL-terminated hex-string.
char cecies_curve25519_key::hexstring[64+1] |
Hex-encoded string of a 32-byte Curve25519 key.
For public keys, the 0x04 byte prefix is omitted.
The 65th character is the NUL-terminator.