Challenge implementation

This commit is contained in:
Alexandre Paillier
2022-11-25 18:13:07 +01:00
parent c00fab2f6a
commit f17104312b
5 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#ifdef HAVE_DOMAIN_NAME
#ifndef CHALLENGE_H_
#define CHALLENGE_H_
#include <stdint.h>
void roll_challenge(void);
uint32_t get_challenge(void);
void handle_get_challenge(void);
#endif // CHALLENGE_H_
#endif // HAVE_DOMAIN_NAME