implemented configurable checksum algorithm, defaults to sha256, introduces openssl dependency to build module

This commit is contained in:
Chris Punches
2025-03-15 21:27:21 -04:00
parent 1f4f73ff0f
commit aad077a24a
6 changed files with 213 additions and 10 deletions

2
data/security.conf Normal file
View File

@@ -0,0 +1,2 @@
[cryptography]
checksum_algorithm=sha256