aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/mdx_hash/mdx_hash.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-04-15 19:00:28 -0400
committerJack Lloyd <[email protected]>2021-04-15 19:00:28 -0400
commitedffe8aecfb1bad9831cbde971bec6ddf6a32e94 (patch)
treeda29fa88a7e3590873d9d059a8e7f9c4ee60f91a /src/lib/hash/mdx_hash/mdx_hash.h
parent04fc4b81f0ef44bcfe3a64ffd45bb61f0a92b60d (diff)
Remove MDx_HashFunction::write_count
Unnecessary interface since no subclass overrides this
Diffstat (limited to 'src/lib/hash/mdx_hash/mdx_hash.h')
-rw-r--r--src/lib/hash/mdx_hash/mdx_hash.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/hash/mdx_hash/mdx_hash.h b/src/lib/hash/mdx_hash/mdx_hash.h
index fa1f89e75..aceafdd04 100644
--- a/src/lib/hash/mdx_hash/mdx_hash.h
+++ b/src/lib/hash/mdx_hash/mdx_hash.h
@@ -49,12 +49,6 @@ class MDx_HashFunction : public HashFunction
* @param buffer to put the output into
*/
virtual void copy_out(uint8_t buffer[]) = 0;
-
- /**
- * Write the count, if used, to this spot
- * @param out where to write the counter to
- */
- virtual void write_count(uint8_t out[]);
private:
const uint8_t m_pad_char;
const uint8_t m_counter_size;