Skip to content

Crypto Coin Swift component for elliptic curve cryptography.

Notifications You must be signed in to change notification settings

CryptoCoinSwift/ECKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECKey

CryptoCoinSwift component for elliptic curve cryptography in Swift.

Based on ECKey from the CryptoCoinJS project. It depends on ECurve for the underlying elliptic curve math. A private key is a UInt256. A public key is an ECurvePoint which is calculated by multiplying the private key by the base point G.

About

Crypto Coin Swift component for elliptic curve cryptography.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages