ATLAS Offline Software
|
Functions | |
byte_t | mask_8bit (byte_t x) |
word_t | mask_32bit (word_t x) |
word_t | ch (word_t x, word_t y, word_t z) |
word_t | maj (word_t x, word_t y, word_t z) |
word_t | rotr (word_t x, std::size_t n) |
word_t | bsig0 (word_t x) |
word_t | bsig1 (word_t x) |
word_t | shr (word_t x, std::size_t n) |
word_t | ssig0 (word_t x) |
word_t | ssig1 (word_t x) |
template<typename RaIter1 , typename RaIter2 > | |
void | hash256_block (RaIter1 message_digest, RaIter2 first, RaIter2 last) |
Variables | |
const word_t | add_constant [64] |
const word_t | initial_message_digest [8] |
void picosha2::detail::hash256_block | ( | RaIter1 | message_digest, |
RaIter2 | first, | ||
RaIter2 | last | ||
) |
Definition at line 95 of file picosha2.h.
Definition at line 48 of file picosha2.h.
Definition at line 46 of file picosha2.h.
Definition at line 76 of file picosha2.h.
Definition at line 85 of file picosha2.h.
Definition at line 50 of file picosha2.h.
Definition at line 64 of file picosha2.h.