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