Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Functions
uint256.h File Reference
#include <crypto/common.h>
#include <span.h>
#include <algorithm>
#include <array>
#include <cassert>
#include <cstring>
#include <stdint.h>
#include <string>
Include dependency graph for uint256.h:

Go to the source code of this file.

Classes

class  base_blob< BITS >
 Template base class for fixed-sized opaque blobs. More...
 
class  uint160
 160-bit opaque blob. More...
 
class  uint256
 256-bit opaque blob. More...
 

Functions

uint256 uint256S (const char *str)
 
uint256 uint256S (const std::string &str)
 

Function Documentation

◆ uint256S() [1/2]

uint256 uint256S ( const char *  str)
inline

Definition at line 119 of file uint256.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ uint256S() [2/2]

uint256 uint256S ( const std::string &  str)
inline

Definition at line 129 of file uint256.h.

Here is the call graph for this function: