Files
bobiqq c231be0094
build-and-push / detect (push) Successful in 7s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Failing after 3m33s
services
2026-08-26 11:04:23 +03:00

13 lines
210 B
C

//
// Created by john on 1/24/20.
//
#ifndef KEYGEN_KEYGEN_H
#define KEYGEN_KEYGEN_H
#define TOK_SIZE 30
void GenerateToken(int n, char* out);
int ValidateToken(int n, char* token);
#endif //KEYGEN_KEYGEN_H