Warning, /eic-opticks/third_party/solarmd5/README.md is written in an unsupported language. File is not indexed.
0001 # Solar Designer MD5
0002
0003 This directory contains the OpenSSL-compatible public-domain MD5 implementation
0004 by Alexander Peslyak, also known as Solar Designer.
0005
0006 Upstream homepage:
0007 http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
0008
0009 GitHub mirror:
0010 https://github.com/openwall/popa3d/tree/main/md5
0011
0012 The vendored `md5.c` file matches the GitHub mirror byte for byte. The
0013 `md5.h` header is patched to defer to OpenSSL when `<openssl/md5.h>` has
0014 already been included by a downstream translation unit.
0015
0016 The implementation is vendored here because it is external third-party code.