[PATCH] D16325: Add support for computing SHA1 in LLVM

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 09:36:38 PST 2016


We already have md5. Is it not strong enough for what you want?

Cheers,
Rafael
On Jan 19, 2016 2:55 PM, "Mehdi AMINI" <mehdi.amini at apple.com> wrote:

> joker.eph created this revision.
> joker.eph added reviewers: rafael, tejohnson.
> joker.eph added subscribers: dexonsmith, llvm-commits.
>
> Provide a class to generate a SHA1 from a sequence of bytes, and
> a convenience raw_ostream adaptor.
> This is not used anywhere yet in LLVM, but I plan to base some
> ThinLTO incremental scheme on this.
>
> http://reviews.llvm.org/D16325
>
> Files:
>   include/llvm/Support/SHA1.h
>   include/llvm/Support/raw_sha1_ostream.h
>   lib/Support/CMakeLists.txt
>   lib/Support/SHA1.cpp
>   unittests/Support/CMakeLists.txt
>   unittests/Support/raw_sha1_ostream_test.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160120/948afdd4/attachment.html>


More information about the llvm-commits mailing list