Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
modular_arithmetic.hpp File Reference
#include <cstdint>
#include <vector>
#include <variant>
Include dependency graph for modular_arithmetic.hpp:
This graph shows which files directly or indirectly include this file:

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, bytesfc::modexp (const bytes &_base, const bytes &_exponent, const bytes &_modulus)