Use libmd hashing function implementations instead of embedding our own
This splits the implementation responsibilities, and reduces embedded code copies, which was one of the driving points with this project to start with, so it's nice to give a good example.
Showing
src/hash/.gitignore
deleted
100644 → 0
src/hash/helper.c
deleted
100644 → 0
src/hash/md5.c
deleted
100644 → 0