Searched defs:ec_pre_comp_st (Results 1 – 1 of 1) sorted by relevance
88 typedef struct ec_pre_comp_st { struct89 size_t blocksize; /* block size for wNAF splitting */90 size_t numblocks; /* max. number of blocks for which we have precomputation */91 size_t w; /* window size */92 EC_POINT **points; /* array with pre-calculated multiples of generator:94 size_t num; /* numblocks * 2^(w-1) */95 CRYPTO_refcount_t references;