Unify SHA256 hash and hex usages (#687)

This commit is contained in:
Islam
2025-09-30 12:47:16 +02:00
committed by GitHub
parent f5af00be88
commit 78fb3f1bf6
14 changed files with 50 additions and 82 deletions
-6
View File
@@ -6,16 +6,10 @@
//
import XCTest
import CryptoKit
@testable import bitchat
final class NostrProtocolTests: XCTestCase {
override func setUp() {
super.setUp()
// SecureLogger is always enabled
}
func testNIP17MessageRoundTrip() throws {
// Create sender and recipient identities
let sender = try NostrIdentity.generate()