pub fn decrypt_keystore<S>( passphrase: &[u8], encrypted: &[u8], types: &[S], ) -> Result<[u8; 64]>where S: AsRef<str>,
Decrypt the encrypted keystore.