Update benchmark projects.
[bertos.git] / bertos / sec / hash /
2010-10-05 asterixSome fix to compile run test check.
2010-09-24 raskySEC: add RIPEMD-160 hash algorithm
2010-09-24 raskySEC: implement stackinit() functions to simplify initia...
2010-09-24 raskySEC: Fix digest len and block len reported by algorithms.
2010-09-24 raskySEC: add MD5 implementation.
2010-09-24 raskySEC: move SHA-1 benchmark into generic file.
2010-09-24 raskySEC: use proper stack variables instead of a global...
2010-09-24 raskyAdd SHA-1 unrolled implementation (optimized for 32...