Problem or use case
Our standalone VSS client cannot read the keys and values written by ldk-node’s internal VSS store. Both use the same VSS store ID, but key derivation and encryption differ, so the data ldk-node writes is not accessible from our client.
For debugging (e.g. force-closes), we want to read and save relevant store files using the standalone client we expose in the app. To do that, we need to align our client’s encryption and key derivation with ldk-node’s.
Proposed solution
No response
Alternatives considered
No response
Additional context
No response