|
Wire Sysio Wire Sysion 1.0.0
|
#include <cstdint>#include <vector>#include <variant>

Go to the source code of this file.
Namespaces | |
| namespace | fc |
| namespace sysio::chain | |
Enumerations | |
| enum class | fc::modular_arithmetic_error : int32_t { fc::modulus_len_zero } |
Functions | |
| std::variant< modular_arithmetic_error, bytes > | fc::modexp (const bytes &_base, const bytes &_exponent, const bytes &_modulus) |