|
Monero
|
#include <multiexp.h>

Public Member Functions | |
| bool | init () |
| bool | test () |
Static Public Attributes | |
| static const size_t | loop_count = npoints >= 1024 ? 10 : npoints < 256 ? 1000 : 100 |
Private Attributes | |
| std::vector< rct::MultiexpData > | data |
| std::shared_ptr< rct::straus_cached_data > | straus_cache |
| std::shared_ptr< rct::pippenger_cached_data > | pippenger_cache |
| rct::key | res |
|
inline |
|
inline |
|
private |
|
static |
|
private |
|
private |
|
private |