given
package main
import (
"fmt"
"math/rand"
"time"
"github.com/miracl/core" // import MIRACL module root
"github.com/miracl/core/go/BN254"
)
How would the go.mod look like?
How can the set up be linked?
The guide is of little to no help.
No one will run builds from within [core/go].
Please repair the git so that go mod tidy can work properly.
given
How would the go.mod look like?
How can the set up be linked?
The guide is of little to no help.
No one will run builds from within [core/go].
Please repair the git so that
go mod tidycan work properly.