We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1721084 commit 06e95aeCopy full SHA for 06e95ae
src/keygen.c
@@ -73,7 +73,7 @@ bool generateKey(const char *tid, char *out) {
73
bh[j] = (h[i] % 32 + 9) % 25 * 16 + (h[i + 1] % 32 + 9) % 25;
74
75
uint8_t md5sum[16];
76
- mbedtls_md5_ret(bh, bhl, md5sum);
+ mbedtls_md5(bh, bhl, md5sum);
77
78
uint8_t key[16];
79
mbedtls_md_context_t ctx;
0 commit comments