-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to select hashing algorithm
You can now select from several different hashing algorithms for creating the hashes used by the index to detect changes. SHA256 is the default, and should help those working in a FIPS mode environment.
- Loading branch information
joyfullservice
committed
Mar 9, 2021
1 parent
d5f163e
commit ecbb392
Showing
6 changed files
with
535 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
"Type": 10 | ||
}, | ||
"AppVersion": { | ||
"Value": "3.3.10", | ||
"Value": "3.3.11", | ||
"Type": 10 | ||
}, | ||
"Auto Compact": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.