| 139 | } |
| 140 | |
| 141 | void process_bytes(void const* const data, size_t const len) { |
| 142 | const uint8_t* block = static_cast<const uint8_t*>(data); |
| 143 | process_block(block, block + len); |
| 144 | } |
| 145 | |
| 146 | uint32_t const* get_digest(digest32_t digest) { |
| 147 | size_t const bitCount = this->m_byteCount * 8; |
no outgoing calls
no test coverage detected