[PATCH] D96164: [lld-macho] add code signature for native arm64 macOS
Paul via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 13:39:59 PST 2021
cynecx added a comment.
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>.
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