[PATCH] D26988: Add convenient functions to compute hashes of byte vectors.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 16:52:30 PST 2016


ruiu updated this revision to Diff 78991.
ruiu added a comment.

- use std::array instead of SmallVector since the size will never change


https://reviews.llvm.org/D26988

Files:
  include/llvm/Support/MD5.h
  include/llvm/Support/SHA1.h
  lib/Support/MD5.cpp
  lib/Support/SHA1.cpp
  unittests/Support/MD5Test.cpp
  unittests/Support/raw_sha1_ostream_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26988.78991.patch
Type: text/x-patch
Size: 3613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/14bfc583/attachment.bin>


More information about the llvm-commits mailing list