Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
class | dev::FixedHash< N > |
Fixed-size raw-byte array container type, with an API optimised for storing hashes. More... | |
class | dev::SecureFixedHash< T > |
struct | dev::StaticLog2< N > |
Compile-time calculation of Log2 of constant values. More... | |
struct | dev::StaticLog2< 1 > |
Namespaces | |
namespace | dev |
Typedefs | |
using | dev::h1024 = FixedHash< 128 > |
using | dev::h128 = FixedHash< 16 > |
using | dev::h160 = FixedHash< 20 > |
using | dev::h160Hash = std::unordered_set< h160 > |
using | dev::h160s = std::vector< h160 > |
using | dev::h160Set = std::set< h160 > |
using | dev::h2048 = FixedHash< 256 > |
using | dev::h256 = FixedHash< 32 > |
using | dev::h256Hash = std::unordered_set< h256 > |
using | dev::h256s = std::vector< h256 > |
using | dev::h256Set = std::set< h256 > |
using | dev::h512 = FixedHash< 64 > |
using | dev::h512s = std::vector< h512 > |
using | dev::h520 = FixedHash< 65 > |
using | dev::h64 = FixedHash< 8 > |
Functions | |
h160 | dev::right160 (h256 const &_t) |
Convert the given value into h160 (160-bit unsigned integer) using the right 20 bytes. | |