NovaCrypto / BIP39

Java Microlibrary implementation of BIP0039
https://novacrypto.github.io/BIP39
GNU General Public License v3.0
92 stars 34 forks source link

calculateSeed should take CharSequence #7

Open westonal opened 6 years ago

westonal commented 6 years ago
 public byte[] calculateSeed(String mnemonic, String passphrase) {

This should be able to take CharSequence but the normalizer is insisting we have String input.