aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/base.cpp')
-rw-r--r--src/core/base.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/base.cpp b/src/core/base.cpp
index eb38d0c85..0682affe9 100644
--- a/src/core/base.cpp
+++ b/src/core/base.cpp
@@ -76,14 +76,6 @@ BufferedComputation::BufferedComputation(u32bit olen) : OUTPUT_LENGTH(olen)
}
/*************************************************
-* HashFunction Constructor *
-*************************************************/
-HashFunction::HashFunction(u32bit hlen, u32bit blen) :
- BufferedComputation(hlen), HASH_BLOCK_SIZE(blen)
- {
- }
-
-/*************************************************
* MessageAuthenticationCode Constructor *
*************************************************/
MessageAuthenticationCode::MessageAuthenticationCode(u32bit mlen,