lotus/build/parameters.go

12 lines
267 B
Go
Raw Normal View History

package build
import rice "github.com/GeertJohan/go.rice"
func ParametersJSON() []byte {
2020-01-30 22:50:24 +00:00
return rice.MustFindBox("proof-params").MustBytes("parameters.json")
}
2021-03-10 15:16:44 +00:00
func SrsJSON() []byte {
return rice.MustFindBox("proof-params").MustBytes("srs-inner-product.json")
}