Add support for SHA256 source file hashing for LLVM 11+.
This commit is contained in:
parent
5565241f65
commit
3296d5ca7b
10 changed files with 59 additions and 10 deletions
|
@ -557,6 +557,7 @@ pub enum ChecksumKind {
|
|||
None,
|
||||
MD5,
|
||||
SHA1,
|
||||
SHA256,
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue