Phase 1: Implement PoW algorithm #1
|
|
@ -1,4 +1,4 @@
|
|||
package pow
|
||||
package challenge
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package pow
|
||||
package challenge
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package pow
|
||||
package challenge
|
||||
|
||||
import (
|
||||
"crypto/hmac"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package pow
|
||||
package challenge
|
||||
|
||||
// Verifier handles validation of PoW challenges
|
||||
type Verifier struct {
|
||||
Loading…
Reference in a new issue