pub fn setup(
path_to_encryption_parameters: Option<&str>,
) -> Result<(EncryptionParameters, DecryptionParameters), String>Expand description
Will read or create EncryptionParameters and DecryptionParameters at the given location which is relative to the working directory