This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Description
I want to use the Bitcoin’s BIP32 standard for hierarchical deterministic (HD) keys to generate the seed for my backup. But, in the framework, the size of the seed is limited to 32 characters (in CreateBackupAsync).
It is not clear why this limit was chosen.
Is it possible to remove this restriction?