Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
feat: Added MD5 hashing algorithm (#1519)
* feat: Added MD5 hashing algorithm * Added wiki link * Remove spam? * Fix extend towards end * Return Uint32Array in MD5 function * Preprocess function now works on uint arrays * chunkify U32Array instead of string * Remove all string related functions * Replace typed arrays with named variables * Fix "Replace typed arrays with named variables" * Return Uint8 Array in MD5 function The MD5 function now returns a uint8 array with the correct endianness. * Add tests * Fix docstrings * Introduce hexMD5 function * Change test string * Format test file
M
Manpreet Singh committed
889d9c361df169e9a01d32295cb02f8eb0372a08
Parent: aebd52f
Committed by GitHub <noreply@github.com>
on 10/30/2023, 5:24:35 AM