Modularization: Extract SecureLogger into a separate module (#600)

* Extract SecureLogger into a separate module

* Add BitLogger package as a dependency for iOS & macOS targets
This commit is contained in:
Islam
2025-09-15 14:45:58 +02:00
committed by GitHub
parent 7c4bde59b9
commit 347ce5ece4
25 changed files with 118 additions and 47 deletions
@@ -6,6 +6,7 @@
// For more information, see <https://unlicense.org>
//
import BitLogger
import Foundation
/// Coordinates Noise handshakes to prevent race conditions and ensure reliable encryption establishment
+1
View File
@@ -77,6 +77,7 @@
/// - Noise Specification: http://www.noiseprotocol.org/noise.html
///
import BitLogger
import Foundation
import CryptoKit
@@ -6,6 +6,7 @@
// For more information, see <https://unlicense.org>
//
import BitLogger
import Foundation
import CryptoKit
+1
View File
@@ -6,6 +6,7 @@
// For more information, see <https://unlicense.org>
//
import BitLogger
import Foundation
import CryptoKit