|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <array>#include <cstdint>#include <cstring>#include <string_view>#include "secp256k1/point.hpp"#include "secp256k1/scalar.hpp"Go to the source code of this file.
Classes | |
| struct | secp256k1::CurveContext |
Namespaces | |
| namespace | secp256k1 |
Functions | |
| const fast::Point & | secp256k1::effective_generator (const CurveContext *ctx=nullptr) |
| fast::Point | secp256k1::derive_public_key (const fast::Scalar &private_key, const CurveContext *ctx=nullptr) |
| fast::Point | secp256k1::scalar_mul_G (const fast::Scalar &scalar, const CurveContext *ctx=nullptr) |