Abstract password hashing into util.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-04 23:51:02 +00:00
parent 282c2feca8
commit 732e8b82aa
13 changed files with 92 additions and 64 deletions

View file

@ -815,6 +815,10 @@ verbose_file_reads = "warn"
###################
style = "warn"
## some sadness
# trivial assertions are quite alright
assertions_on_constants = "allow"
###################
suspicious = "warn"