use crateEnkryptitError;
use crate;
use ;
/// Public helper for generating a key and writing the key_file, given the name of the file to encrypt.
/// \
/// This function generates the key, but delegates the saving & writing to `save_key_in_file()`.
/// Public helper for generating the key and storing it in the OS's keyring.
/// \
/// This function generates the key, but delegates the saving to `save_key_in_os`