39 #include "misc_log_ex.h" 56 struct straus_cached_data;
57 struct pippenger_cached_data;
61 std::shared_ptr<straus_cached_data>
straus_init_cache(
const std::vector<MultiexpData> &data,
size_t N =0);
63 rct::key straus(
const std::vector<MultiexpData> &data,
const std::shared_ptr<straus_cached_data> &cache = NULL,
size_t STEP = 0);
64 std::shared_ptr<pippenger_cached_data>
pippenger_init_cache(
const std::vector<MultiexpData> &data,
size_t N =0);
67 rct::key pippenger(
const std::vector<MultiexpData> &data,
const std::shared_ptr<pippenger_cached_data> &cache = NULL,
size_t c = 0);
rct::key bos_coster_heap_conv(std::vector< MultiexpData > data)
Definition: multiexp.cc:138
size_t pippenger_get_cache_size(const std::shared_ptr< pippenger_cached_data > &cache)
Definition: multiexp.cc:585
size_t straus_get_cache_size(const std::shared_ptr< straus_cached_data > &cache)
Definition: multiexp.cc:415
Definition: crypto-ops.h:45
Definition: bulletproofs.cc:56
ge_p3 point
Definition: multiexp.h:46
rct::key pippenger(const std::vector< MultiexpData > &data, const std::shared_ptr< pippenger_cached_data > &cache, size_t c)
Definition: multiexp.cc:590
MultiexpData()
Definition: multiexp.h:48
MultiexpData(const rct::key &s, const rct::key &p)
Definition: multiexp.h:50
Definition: rctTypes.h:78
int ge_frombytes_vartime(ge_p3 *h, const unsigned char *s)
Definition: crypto-ops.c:1284
rct::key bos_coster_heap_conv_robust(std::vector< MultiexpData > data)
Definition: multiexp.cc:209
unsigned char bytes[32]
Definition: rctTypes.h:86
std::shared_ptr< straus_cached_data > straus_init_cache(const std::vector< MultiexpData > &data, size_t N)
Definition: multiexp.cc:350
MultiexpData(const rct::key &s, const ge_p3 &p)
Definition: multiexp.h:49
size_t get_pippenger_c(size_t N)
Definition: multiexp.cc:543
std::shared_ptr< pippenger_cached_data > pippenger_init_cache(const std::vector< MultiexpData > &data, size_t N)
Definition: multiexp.cc:566
rct::key scalar
Definition: multiexp.h:45
Definition: multiexp.h:44
rct::key straus(const std::vector< MultiexpData > &data, const std::shared_ptr< straus_cached_data > &cache, size_t STEP)
Definition: multiexp.cc:427
#define s(x, c)
Definition: aesb.c:46