Slight refactor

This commit is contained in:
Andrew
2023-06-05 12:13:15 +03:00
parent 35c18d473b
commit 79d62a3b1b
3 changed files with 51 additions and 39 deletions

View File

@@ -109,7 +109,7 @@ bool verifyXPKey(
EC_GROUP *eCurve,
EC_POINT *basePoint,
EC_POINT *publicKey,
char (&cdKey)[25]
char (&pKey)[25]
);
void generateXPKey(