#include <ecmult_gen_comb.hpp>
Definition at line 62 of file ecmult_gen_comb.hpp.
◆ CombGenContext() [1/3]
| secp256k1::fast::CombGenContext::CombGenContext |
( |
| ) |
|
|
default |
◆ ~CombGenContext()
| secp256k1::fast::CombGenContext::~CombGenContext |
( |
| ) |
|
|
default |
◆ CombGenContext() [2/3]
| secp256k1::fast::CombGenContext::CombGenContext |
( |
const CombGenContext & |
| ) |
|
|
delete |
◆ CombGenContext() [3/3]
◆ init()
| void secp256k1::fast::CombGenContext::init |
( |
unsigned |
teeth = 15 | ) |
|
◆ load_cache()
| bool secp256k1::fast::CombGenContext::load_cache |
( |
const std::string & |
path | ) |
|
◆ mul()
| Point secp256k1::fast::CombGenContext::mul |
( |
const Scalar & |
k | ) |
const |
◆ mul_ct()
| Point secp256k1::fast::CombGenContext::mul_ct |
( |
const Scalar & |
k | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ready()
| bool secp256k1::fast::CombGenContext::ready |
( |
| ) |
const |
|
inlinenoexcept |
◆ save_cache()
| bool secp256k1::fast::CombGenContext::save_cache |
( |
const std::string & |
path | ) |
const |
◆ spacing()
| unsigned secp256k1::fast::CombGenContext::spacing |
( |
| ) |
const |
|
inlinenoexcept |
◆ table_size_bytes()
| std::size_t secp256k1::fast::CombGenContext::table_size_bytes |
( |
| ) |
const |
|
noexcept |
◆ teeth()
| unsigned secp256k1::fast::CombGenContext::teeth |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: