不再生成 MD5 checksum (#3473)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user