Relabel private Nostr envelopes honestly

This commit is contained in:
jack
2026-07-25 16:55:37 +02:00
committed by jack
parent ca18843bb0
commit dcb2d246dc
28 changed files with 1161 additions and 475 deletions
+5 -1
View File
@@ -63,7 +63,11 @@ let package = Package(
// Only the vector fixture: declaring the whole "Noise"
// directory would claim its .swift test files as resources
// and silently drop them from compilation.
.process("Noise/NoiseTestVectors.json")
.process("Noise/NoiseTestVectors.json"),
// Frozen output produced by the released 733098bb private-DM
// implementation; proves receive compatibility independently
// of the refactored legacy generator.
.process("Nostr/Fixtures")
]
)
]