1
Up to date ECDSA Swift Library for iOS development
Post Flair (click to view more posts with a particular flair)
Post Body
On iOS, I need to verify a signature on iOS that was originally signed on a webapp using ethers. Ideally this framework would support Swift 5.5.
All I need is to verify. I don't need to guard a private key, I don't need a RPC connection or anything. Just to be able to verify a message/signature/address that was signed in the traditional web3 world.
I tried Secp256k1Swift, but it's too low level, I need a ECDSA framework. I tried JavaScriptCore to pull in Ethers from CDN (and its 30 dependencies), but that seems to be failing somewhere down the line. I presume due to a JavaScriptCore limitation of some kind.
Any suggestion would be greatly appreciated
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/ethdev/comm...