GNUnet 0.25.2-4-g62730f57f
 
Loading...
Searching...
No Matches
GNUNET_CRYPTO_HpkePrivateKey Struct Reference

A public key used for decryption. More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_HpkePrivateKey:
[legend]

Data Fields

uint32_t type
 Type of key.
 
union { 
 
   struct GNUNET_CRYPTO_EcdhePrivateKey   ecdhe_key 
 An ECDHE/X25519 key. More...
 
};  
 

Detailed Description

A public key used for decryption.

Right now, only X25519/ECDHE keys supported.

Definition at line 453 of file gnunet_crypto_lib.h.

Field Documentation

◆ type

uint32_t GNUNET_CRYPTO_HpkePrivateKey::type

Type of key.

In NBO.

Definition at line 459 of file gnunet_crypto_lib.h.

◆ ecdhe_key

◆ [union]


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