fn input_password_to_load_encrypted_keystore(
    data_dir: PathBuf,
) -> Result<KeyStore>
Expand description

Prompts for password, looping until the KeyStore is successfully loaded.

This code makes blocking syscalls.