diff options
Diffstat (limited to '')
-rw-r--r-- | lib/crypto/md4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/md4.h b/lib/crypto/md4.h new file mode 100644 index 0000000..234e488 --- /dev/null +++ b/lib/crypto/md4.h @@ -0,0 +1 @@ +void mdfour(uint8_t *out, const uint8_t *in, int n); |