File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Sources/HomomorphicEncryption
Tests/HomomorphicEncryptionTests Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 202202
203203-------------------------------------------------------------------------
204204
205- This license applies to parts of Swift Homomorphic Encryption originating from the https://github.com/apple /swift/ repository:
205+ This license applies to parts of Swift Homomorphic Encryption originating from the https://github.com/swiftlang /swift/ repository:
206206- Sources/HomomorphicEncryption/DoubleWidthUInt.swift
207207- Tests/HomomorphicEncryptionTests/DoubleWidthUIntTests.swift
208208
Original file line number Diff line number Diff line change 2121// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
2222
2323// Taken from
24- // https://github.com/apple /swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
24+ // https://github.com/swiftlang /swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
2525// and modified with the following changes:
2626// * Restrict `Base` to unsigned integers only.
2727// * Rename `DoubleWidth` to `DoubleWidthUInt`.
Original file line number Diff line number Diff line change 2020// See https://swift.org/LICENSE.txt for license information
2121// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
2222
23- // Taken from
24- // https://github.com/apple /swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
23+ // Taken from
24+ // https://github.com/swiftlang /swift/blob/fc23eef2d2b2e42116ac94a6cc0d0d2cc96688f5/test/Prototypes/DoubleWidth.swift.gyb
2525// and modified to accommodate changes to `DoubleWidthUInt.swift`.
2626
2727@testable import HomomorphicEncryption
You can’t perform that action at this time.
0 commit comments