aries-framework-dotnet
aries-framework-dotnet copied to clipboard
Seed size for backup
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?