I wrote a comment about why the NIP-06 master seed should be 256-bit instead of 128-bit.
If anyone is familiar with BIP32 (Hierarchical Deterministic Wallets), please correct me (or follow up) on this topic.

GitHub
fix: mnemonic strength should be 256 bits. by susumuota · Pull Request #177 · nbd-wtf/nostr-tools
bip39.generateMnemonic(wordlist) generates 128 bit strength key without strength option.
In my opinion, it should be 256 bit.
https://github.com/p...





