GNUnet 0.22.0
GNUNET_CRYPTO_HpkeEncapsulation Struct Reference

HPKE DHKEM encapsulation (X25519) See RFC 9180. More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char q_y [256/8]
 Q consists of an x- and a y-value, each mod p (256 bits), given here in affine coordinates and Ed25519 standard compact format. More...
 

Detailed Description

HPKE DHKEM encapsulation (X25519) See RFC 9180.

Definition at line 2166 of file gnunet_crypto_lib.h.

Field Documentation

◆ q_y

unsigned char GNUNET_CRYPTO_HpkeEncapsulation::q_y[256/8]

Q consists of an x- and a y-value, each mod p (256 bits), given here in affine coordinates and Ed25519 standard compact format.

Definition at line 2172 of file gnunet_crypto_lib.h.


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