I have done a basic translation of the RIPEMD-160 Message Digest Algorithm. It is similar to MD5 but computes a 160 Bit hash and is considered more secure.
The compression function probably could be optimized but I dont really know where to start.
The compression function probably could be optimized but I dont really know where to start.