Type of blinding secrets. More...
#include <gnunet_crypto_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_CsBlindingNonce | nonce |
Clause Schnorr nonce. More... | |
struct GNUNET_CRYPTO_RsaBlindingKeySecret | rsa_bks |
Variant for RSA for blind signatures. More... | |
Type of blinding secrets.
Must be exactly 32 bytes (DB).
Definition at line 4507 of file gnunet_crypto_lib.h.
struct GNUNET_CRYPTO_CsBlindingNonce GNUNET_CRYPTO_BlindingSecretP::nonce |
Clause Schnorr nonce.
Definition at line 4512 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_blind_sig_unblind(), and GNUNET_CRYPTO_message_blind_to_sign().
struct GNUNET_CRYPTO_RsaBlindingKeySecret GNUNET_CRYPTO_BlindingSecretP::rsa_bks |
Variant for RSA for blind signatures.
Definition at line 4517 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_blind_sig_unblind(), and GNUNET_CRYPTO_message_blind_to_sign().