Skip to content

Commit 3af079b

Browse files
committed
Remove unnecessary BigInt imports
1 parent ca88df1 commit 3af079b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Sources/ATCryptography/SignatureVerifier.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Christopher Jr Riley on 2025-03-07.
66
//
77

8-
98
import Foundation
109

1110
/// A collection of utility methods for verifying signatures.

Sources/ATCryptography/k256/K256Operations.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import Foundation
99
import secp256k1
10-
import BigInt
1110

1211
/// A collection of cryptographic operations related to k256.
1312
public struct K256Operations {

Sources/ATCryptography/p256/P256Operations.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import Foundation
99
import Crypto
10-
import BigInt
1110

1211
/// A collection of cryptographic operations related to p256.
1312
public struct P256Operations {

0 commit comments

Comments
 (0)