diff --git a/blake2.cpp b/blake2.cpp index 7f0933a6..a18de170 100644 --- a/blake2.cpp +++ b/blake2.cpp @@ -319,8 +319,6 @@ void BLAKE2_Base::UncheckedSetKey(const byte *key, unsigned int leng template BLAKE2_Base::BLAKE2_Base() : m_state(), m_block(), m_digestSize(DIGESTSIZE), m_treeMode(false) { - assert(digestSize <= DIGESTSIZE); - UncheckedSetKey(NULL, 0, g_nullNameValuePairs); Restart(); }