mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-17 19:31:00 +02:00
Update cli.cpp
Attempt to fix "duplicate keys" issue
This commit is contained in:
parent
b75d08b3be
commit
3134a6f7a3
@ -433,7 +433,6 @@ int CLI::BINK2002Generate() {
|
||||
}
|
||||
|
||||
PIDGEN3::BINK2002::Generate(this->eCurve, this->genPoint, this->genOrder, this->privateKey, pChannelID, pAuthInfo, false, this->pKey);
|
||||
CLI::printKey(this->pKey);
|
||||
fmt::print("\n");
|
||||
|
||||
bool isValid = PIDGEN3::BINK2002::Verify(this->eCurve, this->genPoint, this->pubPoint, this->pKey);
|
||||
|
Loading…
Reference in New Issue
Block a user