mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Add call to DoQuickSanityCheck in HMQV and FHMQV before private key operation
This commit is contained in:
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
Block a user