hyugit / EllipticCurve

An elliptic curve library written in Swift 4
MIT License
22 stars 5 forks source link

fix type miscasting #4

Closed hyugit closed 6 years ago

hyugit commented 6 years ago

swift compiler does not consider these two the same: (Type, Type) and (high: Type, low: Type)