Generic parameter 'D' could not be inferred [Swift]

前端 未结 0 1342
南旧
南旧 2021-01-31 02:05
import CryptoKit

func getAlgorithm(algo: String) {
  var algorithms = ["md5":Insecure.MD5.hash,
                    "sha1":Insecure.SHA1.hash,
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题