[PATCH] Include public domain md5 library

Eric Christopher echristo at gmail.com
Mon May 20 18:30:08 PDT 2013


I've gone ahead and turned it into a c++ class (pretty straight
translation of the C->C++) and committed here:

A include/llvm/Support/MD5.h
A lib/Support/MD5.cpp
M LICENSE.TXT
Committed r182348

Let me know if there are any changes you want.

-eric


On Wed, May 15, 2013 at 2:27 PM, Chandler Carruth <chandlerc at google.com> wrote:
> FYI, I double checked and this is all fine as it is not being used for
> encryption in any way.
>
>
> On Wed, May 15, 2013 at 3:06 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>>
>> I found out some time ago exactly what the requirements are on these
>> things... I'll go look up what they said. My memory was that we merely
>> needed to add a line to the webserver config.
>>
>>
>> On Wed, May 15, 2013 at 2:25 PM, Eric Christopher <echristo at gmail.com>
>> wrote:
>>>
>>> Hi All,
>>>
>>> The way that type hashing is defined in DWARF4 is that it requires the
>>> md5 hash of a flattened description (section 7.27) so I find myself in
>>> need of an md5 library. Here's a patch that modifies (slightly) and
>>> formats (clang-format ftw) the one published by solar designer since
>>> I'd really like to avoid writing one :)
>>>
>>> Thoughts? OK? Changes?
>>>
>>> -eric
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>>
>>
>



More information about the llvm-commits mailing list