Add a MD5 implementation
commitba754eec038dd419d64ada943af4476202d5af25
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Sun, 24 Jan 2016 07:32:50 +0000 (23 23:32 -0800)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 24 Jan 2016 11:14:00 +0000 (24 14:14 +0300)
tree0e717e1f32d4ee00a4cb50cffe5a3a9c731d6d27
parentc9b3b8af41210528b449e94623ddf4a3bae3c2f2
Add a MD5 implementation

This implementation was written by Colin Plumb and
is in the public domain.

I've updated it to use stdint.h and the standard C types rather than
sys/types.h for portability.

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Makefile.in
Mkfiles/msvc.mak
md5.h [new file with mode: 0644]
md5c.c [new file with mode: 0644]