Add call to DoQuickSanityCheck in HMQV and FHMQV before private key operation
parent
76a4a5728d
commit
c62bf2b147
1
fhmqv.h
1
fhmqv.h
|
|
@ -135,6 +135,7 @@ public:
|
|||
|
||||
try
|
||||
{
|
||||
this->GetMaterial().DoQuickSanityCheck();
|
||||
const DL_GroupParameters<Element> ¶ms = GetAbstractGroupParameters();
|
||||
|
||||
if(m_role == RoleServer)
|
||||
|
|
|
|||
Loading…
Reference in New Issue