Refactor frequency analysis

This commit is contained in:
Dimitri Lozeve 2020-06-03 19:20:26 +02:00
parent 5a30f34558
commit 2503961778
4 changed files with 29 additions and 27 deletions

View file

@ -7,5 +7,6 @@ unsigned char hex_to_byte(const char c);
size_t hex_to_bytes(unsigned char *out, const char hex[static 1]);
unsigned char *bytes_to_base64(unsigned char *out,
const unsigned char in[static 1], size_t len);
double frequency_score(unsigned char *buf, size_t len);
#endif /* UTILS_H */