Open Issues Need Help
View All on GitHub Ensure correct Keyset V2 handling 2 months ago
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