Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Data extension func conflict #282

Open
buckcao opened this issue Feb 21, 2019 · 0 comments
Open

Data extension func conflict #282

buckcao opened this issue Feb 21, 2019 · 0 comments

Comments

@buckcao
Copy link

buckcao commented Feb 21, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant