I was initially thinking of using BIP388 wallet policies for backup schemes, because they have the nice property of listing keys with @1, @2. That's more readable and saves duplication, especially in wallets with various fallback conditions.
But for the purpose of an encrypted backup readability of the plain text is not important.
So it would be great if this library can detect duplicate xpubs / keys and use that to compress further.
I was initially thinking of using BIP388 wallet policies for backup schemes, because they have the nice property of listing keys with
@1,@2. That's more readable and saves duplication, especially in wallets with various fallback conditions.But for the purpose of an encrypted backup readability of the plain text is not important.
So it would be great if this library can detect duplicate xpubs / keys and use that to compress further.