hyugit / EllipticCurve

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

`@_exported` => risk of AppStore rejection? #8

Open Sajjon opened 6 years ago

Sajjon commented 6 years ago

I saw that the file FiniteField.swift uses @_exported attribute, @_exported import UInt256.

https://robots.thoughtbot.com/swift-imports#export-an-import

"But considering that it’s a private Swift attribute (as denoted by that pesky underscore 😒 ), we’re probably best off not using it for the time being."

Sound like there is a risk that the @_exported attribute can lead to AppStore rejection?

Sajjon commented 6 years ago

@hyugit Any thoughts about this?