Files
ALPHA-TRAIN2/services/services 4/tiktak/keygen/keygen.h
T
h1z3 5d765a09db
build-and-push / detect (push) Successful in 10s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Successful in 51s
sploit for arena-battle
2026-08-26 11:29:05 +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