Crate fencryption_lib

source ·
Expand description

This is the lib for the fencryption binary crate.

Some Interesting structs:

  • Crypto: Cryptography utility struct
  • WalkDir: A struct for walking through a directory
  • Pack: A struct to create/unpack packs
  • FileHeader: A struct to create/parse file headers
  • TmpDir: A struct to manipulate temporary directories

Modules