GNUnet 0.21.1
GNUNET_CRYPTO_CsBlindingSecret Struct Reference

Secret used for blinding (alpha and beta). More...

#include <gnunet_crypto_lib.h>

Collaboration diagram for GNUNET_CRYPTO_CsBlindingSecret:
[legend]

Data Fields

struct GNUNET_CRYPTO_Cs25519Scalar alpha
 
struct GNUNET_CRYPTO_Cs25519Scalar beta
 

Detailed Description

Secret used for blinding (alpha and beta).

Definition at line 614 of file gnunet_crypto_lib.h.

Field Documentation

◆ alpha

struct GNUNET_CRYPTO_Cs25519Scalar GNUNET_CRYPTO_CsBlindingSecret::alpha

Definition at line 616 of file gnunet_crypto_lib.h.

Referenced by calc_r_dash(), and GNUNET_CRYPTO_cs_unblind().

◆ beta

struct GNUNET_CRYPTO_Cs25519Scalar GNUNET_CRYPTO_CsBlindingSecret::beta

Definition at line 617 of file gnunet_crypto_lib.h.

Referenced by calc_r_dash(), and GNUNET_CRYPTO_cs_calc_blinded_c().


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