You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
pod CryptoSwift 0.13.0 Data extension has func sha256
public func sha256() -> Data { return Data(bytes: Digest.sha256(bytes)) }
web3swift Data extension has func sha256()
extension Data { public func sha256() -> Data { return digest(using: .sha256) } }
when data use sha256,it will conflict
The text was updated successfully, but these errors were encountered: