Phase 1: Implement PoW algorithm #1

Merged
krendelhoff merged 14 commits from phase-1-pow into master 2025-08-22 15:57:21 +03:00
Showing only changes of commit b828f6f6ca - Show all commits

2
go.mod
View file

@ -1,4 +1,4 @@
module word-of-wisdom
module hash-of-wisdom
go 1.24.3