Fix types in frequency_score
This commit is contained in:
parent
cd7c584e6f
commit
a47bcc8f9e
4 changed files with 6 additions and 6 deletions
2
utils.h
2
utils.h
|
@ -6,7 +6,7 @@
|
|||
unsigned char hex_to_byte(const char c);
|
||||
size_t hex_to_bytes(unsigned char *out, const char hex[static 1]);
|
||||
char *bytes_to_base64(char *out, const unsigned char in[static 1], size_t len);
|
||||
double frequency_score(unsigned char *buf, size_t len);
|
||||
double frequency_score(const char *buf, size_t len);
|
||||
unsigned int hamming(const char *s1, const char *s2);
|
||||
|
||||
#endif /* UTILS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue