/racket-md5

My own implementation of the md5 algorithm

Primary LanguageRacketGNU General Public License v3.0GPL-3.0

Racket-md5

My own implementation of the md5 algorithm.

Based on the pseudocode found on wikipedia and other implementation found on rosettacode especiallly the python one (as i feel myself comfortable with it). To see a professional implementation in racket see this.