Move current code to separate package

This commit is contained in:
Savely Krendelhoff 2025-08-22 18:09:51 +07:00
parent 84844cdb66
commit c5dcc2acce
No known key found for this signature in database
GPG key ID: F70DFD34F40238DE
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package pow
package challenge
import (
"crypto/rand"

View file

@ -1,4 +1,4 @@
package pow
package challenge
import (
"crypto/rand"

View file

@ -1,4 +1,4 @@
package pow
package challenge
import (
"crypto/hmac"

View file

@ -1,4 +1,4 @@
package pow
package challenge
// Verifier handles validation of PoW challenges
type Verifier struct {