|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <cstddef>#include <cstdint>#include <vector>#include <string>#include "secp256k1/scalar.hpp"#include "secp256k1/point.hpp"#include "secp256k1/field.hpp"Go to the source code of this file.
Classes | |
| struct | secp256k1::fast::CombAffinePoint |
| class | secp256k1::fast::CombGenContext |
Namespaces | |
| namespace | secp256k1 |
| namespace | secp256k1::fast |
Functions | |
| void | secp256k1::fast::init_comb_gen (unsigned teeth=15) |
| bool | secp256k1::fast::comb_gen_ready () |
| Point | secp256k1::fast::comb_gen_mul (const Scalar &k) |
| Point | secp256k1::fast::comb_gen_mul_ct (const Scalar &k) |