|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | secp256k1 |
| namespace | secp256k1::detail |
Functions | |
| std::uint64_t | secp256k1::detail::add64 (std::uint64_t a, std::uint64_t b, unsigned char &carry) |
| std::uint64_t | secp256k1::detail::sub64 (std::uint64_t a, std::uint64_t b, unsigned char &borrow) |
| std::uint64_t | secp256k1::detail::mulhi64 (std::uint64_t a, std::uint64_t b) noexcept |