simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
442 stars 270 forks source link

Why is strength not exposed in generateMnemonic function? #164

Closed wal33d006 closed 3 years ago

wal33d006 commented 3 years ago

I can see bip39.generateMnemonic from package:bip39/bip39.dart gives the privilege of varying the strength. Why does generateMnemonic not do that? I want to generate a mnemonic with 256 strength.

simolus3 commented 3 years ago

There's no generateMnemonic function in web3dart? Are you sure you have the right package? Maybe I'm missing something?

wal33d006 commented 3 years ago

Sorry, my bad