Context
After fixing the build (#1), all existing tests need to be verified against the current nostr-sdk-swift 0.44.x dependency. The package was last iterated on before the platform issue was discovered, so test results are unverified.
What to verify
- All existing tests pass (NostrPasskeyTests.swift)
- Default derivation produces deterministic keys (same passkey + same salt = same key)
- Indexed derivation produces distinct keys per index
- Passphrase derivation produces deterministic keys
- Cross-platform test vector (from commit 1cf3987) still holds
- NIP-19 encoding/decoding round-trips correctly
Depends on
Context
After fixing the build (#1), all existing tests need to be verified against the current nostr-sdk-swift 0.44.x dependency. The package was last iterated on before the platform issue was discovered, so test results are unverified.
What to verify
Depends on