aboutsummaryrefslogtreecommitdiff
path: root/src/hash/md5
AgeCommit message (Collapse)Author
2022-06-16Change MD5 function signatures, make libtvn static, not objectJan200101
this solves a problem on x86_64 Windows where the MD5 functions were included within ntdll. STATIC libraries have better defined behavior than static ones, and we do not compile the same thing multiple times since we use it as a libary.
2022-06-08Release 0.1.00.1.0Jan200101