summary refs log tree commit diff stats
path: root/compiler/md5_old.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove md5_old (#21312)ringabout2023-01-311-297/+0
|
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-0/+297
* Use openarray of bytes in md5 * fix CI * cleanup * use noSideEffect for bootstrapping * fix CI again * actually fix CI by checking if it works * this is getting ridiculous * put old md5 version in compiler, remove vmop