This commit is contained in:
Andrew
2023-06-09 21:07:29 +03:00
parent eed869981b
commit f11552509a
6 changed files with 71 additions and 24 deletions

View File

@@ -45,7 +45,7 @@ bool BINK1998::Verify(
EC_GROUP *eCurve,
EC_POINT *basePoint,
EC_POINT *publicKey,
char (&pKey)[25]
char (&pKey)[25]
) {
BN_CTX *numContext = BN_CTX_new();
@@ -136,10 +136,10 @@ bool BINK1998::Verify(
void BINK1998::Generate(
EC_GROUP *eCurve,
EC_POINT *basePoint,
BIGNUM *genOrder,
BIGNUM *privateKey,
DWORD pSerial,
char (&pKey)[25]
BIGNUM *genOrder,
BIGNUM *privateKey,
DWORD pSerial,
char (&pKey)[25]
) {
BN_CTX *numContext = BN_CTX_new();