[all-commits] [llvm/llvm-project] 656ead: [llvm/Support] Add SHA256 implementation

cynecx via All-commits all-commits at lists.llvm.org
Sun Feb 14 11:23:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 656ead1fb7db0afc4927446e5b604491efbba08c
      https://github.com/llvm/llvm-project/commit/656ead1fb7db0afc4927446e5b604491efbba08c
  Author: cynecx <me at cynecx.net>
  Date:   2021-02-14 (Sun, 14 Feb 2021)

  Changed paths:
    A llvm/include/llvm/Support/SHA256.h
    M llvm/lib/Support/CMakeLists.txt
    A llvm/lib/Support/SHA256.cpp
    M llvm/unittests/Support/CMakeLists.txt
    A llvm/unittests/Support/SHA256.cpp

  Log Message:
  -----------
  [llvm/Support] Add SHA256 implementation

Adds an *unaudited* SHA-256 implementation to `llvm/Support`. The ongoing lld-macho effort needs this to emit an adhoc code signature for macho files on macOS Big Sur.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D96540




More information about the All-commits mailing list