Fabcoin Core  0.16.2
P2P Digital Currency
Functions
picosha2::detail Namespace Reference

Functions

uint8_t mask_8bit (uint8_t x)
 
uint32_t mask_32bit (uint32_t x)
 
uint32_t ch (uint32_t x, uint32_t y, uint32_t z)
 
uint32_t maj (uint32_t x, uint32_t y, uint32_t z)
 
uint32_t rotr (uint32_t x, std::size_t n)
 
uint32_t bsig0 (uint32_t x)
 
uint32_t bsig1 (uint32_t x)
 
uint32_t shr (uint32_t x, std::size_t n)
 
uint32_t ssig0 (uint32_t x)
 
uint32_t ssig1 (uint32_t x)
 
template<typename RaIter1 , typename RaIter2 >
void hash256_block (RaIter1 message_digest, RaIter2 first, RaIter2 last)
 

Function Documentation

uint32_t picosha2::detail::bsig0 ( uint32_t  x)
inline

Definition at line 86 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t picosha2::detail::bsig1 ( uint32_t  x)
inline

Definition at line 90 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t picosha2::detail::ch ( uint32_t  x,
uint32_t  y,
uint32_t  z 
)
inline

Definition at line 73 of file picosha2.h.

Here is the caller graph for this function:

template<typename RaIter1 , typename RaIter2 >
void picosha2::detail::hash256_block ( RaIter1  message_digest,
RaIter2  first,
RaIter2  last 
)

Definition at line 108 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t picosha2::detail::maj ( uint32_t  x,
uint32_t  y,
uint32_t  z 
)
inline

Definition at line 77 of file picosha2.h.

Here is the caller graph for this function:

uint32_t picosha2::detail::mask_32bit ( uint32_t  x)
inline

Definition at line 45 of file picosha2.h.

Here is the caller graph for this function:

uint8_t picosha2::detail::mask_8bit ( uint8_t  x)
inline

Definition at line 41 of file picosha2.h.

Here is the caller graph for this function:

uint32_t picosha2::detail::rotr ( uint32_t  x,
std::size_t  n 
)
inline

Definition at line 81 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t picosha2::detail::shr ( uint32_t  x,
std::size_t  n 
)
inline

Definition at line 94 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t picosha2::detail::ssig0 ( uint32_t  x)
inline

Definition at line 99 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t picosha2::detail::ssig1 ( uint32_t  x)
inline

Definition at line 103 of file picosha2.h.

Here is the call graph for this function:

Here is the caller graph for this function: