EllipticCurve icon indicating copy to clipboard operation
EllipticCurve copied to clipboard

An elliptic curve library written in Swift 4

Results 4 EllipticCurve issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.1 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Where can I find a literature reference to the values: ```swift InverseN: ( high: UInt256(1), low: UInt256([0, 1, 0x4551231950b75fc4, 0x402da1732fc9bec0]) ) ``` Thanks!

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...