ATLAS Offline Software
|
Functions | |
template<typename RaIter , typename OutIter > | |
void | hash256_impl (RaIter first, RaIter last, OutIter first2, OutIter last2, int, std::random_access_iterator_tag) |
template<typename InputIter , typename OutIter > | |
void | hash256_impl (InputIter first, InputIter last, OutIter first2, OutIter last2, int buffer_size, std::input_iterator_tag) |
void picosha2::impl::hash256_impl | ( | InputIter | first, |
InputIter | last, | ||
OutIter | first2, | ||
OutIter | last2, | ||
int | buffer_size, | ||
std::input_iterator_tag | |||
) |
Definition at line 308 of file picosha2.h.
void picosha2::impl::hash256_impl | ( | RaIter | first, |
RaIter | last, | ||
OutIter | first2, | ||
OutIter | last2, | ||
int | , | ||
std::random_access_iterator_tag | |||
) |
Definition at line 297 of file picosha2.h.