Extract Noise into a dedicated module

This commit is contained in:
islam
2026-04-14 20:16:45 +01:00
parent 4cfcefcda6
commit e8fb4a6333
26 changed files with 209 additions and 53 deletions
@@ -9,6 +9,7 @@
import Foundation
import CryptoKit
import BitFoundation
import Noise
@testable import bitchat
final class TestNetworkHelper {