cecies
Public Attributes | List of all members
cecies_curve448_keypair Struct Reference

#include <types.h>

Collaboration diagram for cecies_curve448_keypair:
Collaboration graph
[legend]

Public Attributes

cecies_curve448_key public_key
 
cecies_curve448_key private_key
 

Detailed Description

Contains a stack-allocated Curve448 keypair.

Member Data Documentation

◆ private_key

cecies_curve448_key cecies_curve448_keypair::private_key

The private key (formatted as a hex string).

112 bytes of hex string + 1 NUL-terminator.

◆ public_key

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!


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