不再生成 MD5 checksum (#3473)

This commit is contained in:
Glavo
2024-11-24 14:10:58 +08:00
committed by GitHub
parent 0a230ef6b5
commit 4c242d0c80

View File

@@ -43,7 +43,6 @@ fun digest(algorithm: String, bytes: ByteArray): ByteArray = MessageDigest.getIn
fun createChecksum(file: File) {
val algorithms = linkedMapOf(
"MD5" to "md5",
"SHA-1" to "sha1",
"SHA-256" to "sha256",
"SHA-512" to "sha512"