Template Function desfire::find_crc_tail(ByteIterator, ByteIterator, Fn&&, N, std::size_t, bool)

Function Documentation

template<class ByteIterator, class N, class Fn>
std::pair<ByteIterator, bool> desfire::find_crc_tail(ByteIterator begin, ByteIterator end, Fn &&crc_fn, N init, std::size_t block_size, bool incremental_crc)

Refer to find_crc_tail. In this case the padding bytes default to 0x00 and 0x80.