initial commit

This commit is contained in:
2026-07-31 14:21:48 +03:00
commit 92ceb8bec3
22 changed files with 3104 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
// Package pow solves DeepSeekHashV1 proof-of-work challenges using a CGO-backed
// AVX2 implementation.
package pow