cecies
Public Attributes | List of all members
cecies_curve25519_key Struct Reference

#include <types.h>

Public Attributes

char hexstring [64+1]
 

Detailed Description

Contains a Curve25519 key, encoded as a NUL-terminated hex-string.

Member Data Documentation

◆ hexstring

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.


The documentation for this struct was generated from the following file: