1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-22 04:50:06 +00:00
This commit is contained in:
CPunch 2022-04-06 00:27:28 -05:00
parent e228c98c80
commit 592e347fb6

View File

@ -19,7 +19,6 @@ bool laikaK_genKeys(uint8_t *outPub, uint8_t *outPriv) {
} }
bool laikaK_checkAuth(uint8_t *pubKey, uint8_t **authKeys, int keys) { bool laikaK_checkAuth(uint8_t *pubKey, uint8_t **authKeys, int keys) {
char buf[128]; /* i don't expect bin2hex to write outside this, but it's only user-info and doesn't break anything (ie doesn't write outside the buffer) */
int i; int i;
/* check if key is in authKey list */ /* check if key is in authKey list */