Fabcoin Core
0.16.2
P2P Digital Currency
|
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) |
|
inline |
Definition at line 86 of file picosha2.h.
|
inline |
Definition at line 90 of file picosha2.h.
|
inline |
void picosha2::detail::hash256_block | ( | RaIter1 | message_digest, |
RaIter2 | first, | ||
RaIter2 | last | ||
) |
Definition at line 108 of file picosha2.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 81 of file picosha2.h.
|
inline |
Definition at line 94 of file picosha2.h.
|
inline |
Definition at line 99 of file picosha2.h.
|
inline |
Definition at line 103 of file picosha2.h.