@ -1,8 +1,7 @@
package main
package ailur_pow
import (
"bytes"
"fmt"
"strconv"
"strings"
"time"
@ -70,7 +69,3 @@ func VerifyPoW(pow string) bool {
return false
}
func main() {
fmt.Println(PoW(2, "fg-auth-signup", 0))