cecies
Public Attributes | List of all members
cecies_curve25519_keypair Struct Reference

#include <types.h>

Collaboration diagram for cecies_curve25519_keypair:
Collaboration graph
[legend]

Public Attributes

cecies_curve25519_key public_key
 
cecies_curve25519_key private_key
 

Detailed Description

Contains a stack-allocated cecies_curve25519_key keypair.

Member Data Documentation

◆ private_key

cecies_curve25519_key cecies_curve25519_keypair::private_key

The private key (formatted as a hex string).

64 bytes of hex string + 1 NUL-terminator.

◆ public_key

cecies_curve25519_key cecies_curve25519_keypair::public_key

The public key (formatted as a hex string).

64 bytes of hex string + 1 NUL-terminator.


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