pub fn decrypt_epicbox_slates( secret_pub_key_pair: (SecretKey, PublicKey), encrypted_slates: &str) -> Result<Vec<String>, Error>