``` public byte[] calculateSeed(String mnemonic, String passphrase) { ``` This should be able to take `CharSequence` but the normalizer is insisting we have `String` input.
This should be able to take
CharSequencebut the normalizer is insisting we haveStringinput.