EllipticCurve icon indicating copy to clipboard operation
EllipticCurve copied to clipboard

`@_exported` => risk of AppStore rejection?

Open Sajjon opened this issue 6 years ago • 1 comments

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 avatar Jun 30 '18 12:06 Sajjon