A new BIP lands for encrypting the wallet data that is not the seed
BIP-138, merged into the BIPs repository, specifies a compact encryption scheme for non-seed wallet data such as descriptors.
BIP-138, merged into the BIPs repository, specifies a compact encryption scheme for non-seed wallet data such as descriptors.
The change guards an assertion in the silent-payments reference code so it only runs when the optional expected value is present, instead of dereferencing a None.
The discrete log equality proof spec went to version 0.3.0: the challenge is reduced mod n on generation, a verifier must reject e above the order, and test vectors cover both cases.