dial back the go version
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
||||
module wordstr.mleku.dev
|
||||
|
||||
go 1.23rc2
|
||||
go 1.22.5
|
||||
|
||||
require (
|
||||
ec.mleku.dev/v2 v2.3.5
|
||||
|
||||
@@ -3,6 +3,7 @@ package wordstr
|
||||
import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"math"
|
||||
"math/big"
|
||||
"os"
|
||||
"strings"
|
||||
@@ -89,6 +90,8 @@ func ToNsec(places []*big.Int, words []string) (hsec, nsec string, err error) {
|
||||
return
|
||||
}
|
||||
}
|
||||
a := math.MaxUint32
|
||||
_ = a
|
||||
key := big.NewInt(0)
|
||||
for i := range indexes {
|
||||
places[i].Mul(places[i], big.NewInt(indexes[i]))
|
||||
|
||||
Reference in New Issue
Block a user