implement basic hashcash-like proof of work

This commit is contained in:
2026-07-24 06:24:22 -05:00
parent 7f3c55375e
commit 57adcc5235
2 changed files with 110 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module charon
go 1.26