mirror of
https://github.com/laosb/swift-minisign.git
synced 2025-08-18 11:42:41 +00:00
fix: dependencies & concurrency markups
This commit is contained in:
parent
c600a12016
commit
94a251ed0c
3 changed files with 7 additions and 6 deletions
|
@ -6,9 +6,9 @@ import BLAKE2
|
|||
import Foundation
|
||||
|
||||
#if UseSwiftCrypto
|
||||
import Crypto
|
||||
@preconcurrency import Crypto
|
||||
#else
|
||||
import CryptoKit
|
||||
@preconcurrency import CryptoKit
|
||||
#endif
|
||||
|
||||
public enum SignatureAlgorithm: Sendable, RawRepresentable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue