File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# EllipticCurve
22
3- [ ![ Build Status] ( https://travis-ci.org/hyu2018 /EllipticCurve.svg?branch=master )] ( https://travis-ci.org/hyu2018 /EllipticCurve )
3+ [ ![ Build Status] ( https://travis-ci.org/hyugit /EllipticCurve.svg?branch=master )] ( https://travis-ci.org/hyugit /EllipticCurve )
44[ ![ Language] ( https://img.shields.io/badge/swift-4-orange.svg )] ( https://swift.org )
5- [ ![ Platform] ( https://img.shields.io/badge/platform-ios%20|%20macos-lightgrey.svg )] ( https://github.com/hyu2018 /EllipticCurve )
5+ [ ![ Platform] ( https://img.shields.io/badge/platform-ios%20|%20macos-lightgrey.svg )] ( https://github.com/hyugit /EllipticCurve )
66[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-green.svg?style=flat )] ( https://github.com/Carthage/Carthage )
77
88
@@ -188,14 +188,14 @@ struct MyECFF: EllipticCurveOverFiniteField {
188188Currently, only carthage package installation is tested.
189189
190190- install Carthage: ` brew install carthage `
191- - add this line to your Cartfile: ` github "hyu2018 /EllipticCurve" `
191+ - add this line to your Cartfile: ` github "hyugit /EllipticCurve" `
192192- run ` carthage update ` under your project directory
193193
194194### Swift Package Manager
195195
196196```
197197dependencies: [
198- .package(url: "https://github.com/hyu2018 /EllipticCurve.git", from: "0.3.0")
198+ .package(url: "https://github.com/hyugit /EllipticCurve.git", from: "0.3.0")
199199]
200200```
201201
You can’t perform that action at this time.
0 commit comments