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