[PATCH] D96164: [lld-macho] add code signature for native arm64 macOS

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 10:37:31 PST 2021


gkm added a comment.

In D96164#2555222 <https://reviews.llvm.org/D96164#2555222>, @cynecx wrote:

> Perhaps this might help: SHA256 impl for LLVM <https://gist.github.com/cynecx/19fbb175a2f0c2981d758bdce15ef1b8>. This is based on botan's sha256 implementation and mimics the current SHA1 api design. It should be compatible with LLVM's license since it's based on botan's implementation, which is BSD-2 licensed <https://github.com/randombit/botan/blob/master/license.txt>.

This is super helpful! Is it ready to import into LLVM as-is alongside SHA1 ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96164/new/

https://reviews.llvm.org/D96164



More information about the llvm-commits mailing list