rewriting in go

This commit is contained in:
2025-08-11 23:10:30 +02:00
parent bea5baf026
commit 154f058971
23 changed files with 449 additions and 656 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module hash_utils
go 1.24
require (
github.com/google/subcommands v1.2.0
github.com/sigurn/crc8 v0.0.0-20220107193325-2243fe600f9f
)