Implemented basic hashing

This commit is contained in:
2023-07-22 17:02:22 +02:00
parent f531fede3e
commit 6a0ccab604
7 changed files with 153 additions and 21 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false