diff --git a/simon.h b/simon.h index 51a730de..d96400ef 100644 --- a/simon.h +++ b/simon.h @@ -63,7 +63,7 @@ template struct SIMON_Base { virtual ~SIMON_Base() {} -SIMON_Base() : m_kwords(0), m_rounds(0) {} + SIMON_Base() : m_kwords(0), m_rounds(0) {} typedef SecBlock > AlignedSecBlock; mutable AlignedSecBlock m_wspace; // workspace