|
| static void | cryptonote::mul (uint64_t a, uint64_t b, uint64_t &low, uint64_t &high) |
| |
| static bool | cryptonote::cadd (uint64_t a, uint64_t b) |
| |
| static bool | cryptonote::cadc (uint64_t a, uint64_t b, bool c) |
| |
| bool | cryptonote::check_hash (const crypto::hash &hash, difficulty_type difficulty) |
| | checks if a hash fits the given difficulty More...
|
| |
| difficulty_type | cryptonote::next_difficulty (std::vector< std::uint64_t > timestamps, std::vector< difficulty_type > cumulative_difficulties, size_t target_seconds, uint8_t version) |
| |