Bitcoin ABC  0.29.2
P2P Digital Currency
Public Attributes | List of all members
secp256k1_ecmult_gen_context Struct Reference

#include <ecmult_gen.h>

Collaboration diagram for secp256k1_ecmult_gen_context:
[legend]

Public Attributes

secp256k1_ge_storage(* prec )[ECMULT_GEN_PREC_N][ECMULT_GEN_PREC_G]
 
secp256k1_scalar blind
 
secp256k1_gej initial
 

Detailed Description

Definition at line 20 of file ecmult_gen.h.

Member Data Documentation

◆ blind

secp256k1_scalar secp256k1_ecmult_gen_context::blind

Definition at line 34 of file ecmult_gen.h.

◆ initial

secp256k1_gej secp256k1_ecmult_gen_context::initial

Definition at line 35 of file ecmult_gen.h.

◆ prec

secp256k1_ge_storage(* secp256k1_ecmult_gen_context::prec)[ECMULT_GEN_PREC_N][ECMULT_GEN_PREC_G]

Definition at line 33 of file ecmult_gen.h.


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