Crate recs

Source

Statics§

  • Debugging should be set while initializing the lib. If not defined, the default is disabled.
  • This value is set by set_prog. It is used for logging, creating paths, and other functions. To handle its creation or modification, use set_prog() to avoid wrapping.

Functions§

  • Decrypts raw data.
  • Encrypts raw data.
  • Performs house keeping tasks cleans the .rand files from raw encrypt requests re-indexs the system array to ensure valid versions and signatures.
  • Initialize checks the progname and debugging values and ensures the lib is ready to function
  • Checks if a file exists.
  • Removes a file.
  • Retrieves a file by decrypting it.
  • Changes some mandatory logging functions and enables longer outputs in logs
  • This function handles setting the PROGNAME variable.
  • Inserts a file by encrypting and storing it.
  • Updates the map with new data.