Modules§
Constants§
- ENV_
SALT_ VARIABLE - Name of Shell Environment variable for storing salt
- RANDOM_
SALT_ LEN - Len of the random salt (in Bytes) It must be bigger than 16 bytes
- STATIC_
SALT - Static salt for backward compatibility
- UNREACHABLE_
CODE
Functions§
- error
- parse_
file_ size_ arguments - first [0] value is the file name it is a required field for “–file” and its existence already checked by clap
- trace
- trace_
init - Generates debug logs if “trace” feature is enabled in
Cargo.tomlRUST_LOG environment variable needs to be set to “debug” or “trace”