🔢 Non-cryptographic hash to verify data integrity. 3 Commits
2023-07-23 00:46:39 +02:00
.editorconfig Implemented basic hashing 2023-07-22 17:02:22 +02:00
.gitignore Implemented basic hashing 2023-07-22 17:02:22 +02:00
Benchmarks_test.go Improved algorithm 2023-07-23 00:46:39 +02:00
go.mod Implemented basic hashing 2023-07-22 17:02:22 +02:00
hash_test.go Improved algorithm 2023-07-23 00:46:39 +02:00
hash.go Improved algorithm 2023-07-23 00:46:39 +02:00
LICENSE Implemented basic hashing 2023-07-22 17:02:22 +02:00
README.md Initial commit 2024-06-18 16:31:03 +02:00

hash

Hash experiments.