From 209ccb4ade9890f0103eb384741143abd0f62c55 Mon Sep 17 00:00:00 2001 From: Nadim Kobeissi Date: Tue, 18 Nov 2025 19:21:29 +0200 Subject: [PATCH] Remove obsolete README --- bitchat/Noise/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bitchat/Noise/README.md diff --git a/bitchat/Noise/README.md b/bitchat/Noise/README.md deleted file mode 100644 index 55cbeab8..00000000 --- a/bitchat/Noise/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Unnamed Noise_XX_25519_ChaChaPoly_SHA256 Implementation in Swift - -## Running Tests - -This implementation comes with a bare-minimum test harness, intended to ensure that it at least passes the test vectors as stipulated by both [cacophony and snow](https://github.com/mcginty/snow/tree/main/tests). - -In order to run the tests: - -```bash -swiftc -o NoiseTestRunner -D NOISE_TESTS NoiseTestRunner.swift NoiseProtocol.swift ../Utils/Data+SHA256.swift ../Protocols/BinaryEncodingUtils.swift -./NoiseTestRunner -rm NoiseTestRunner -```