CashuSwift is a native library for building Cashu Ecash wallets on all of Apple's platforms

1 Open Issue Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The CashuSwift library needs to be updated to correctly handle Keyset V2 IDs. Currently, it relies on keyset length for determining integer representation in deterministic secret derivation paths. The fix involves accepting any length hex string for keyset IDs, and truncating them to the correct length if they represent a V2 keyset, as per the specification.

Complexity: 3/5
good first issue

CashuSwift is a native library for building Cashu Ecash wallets on all of Apple's platforms

Swift