Versions in this module
v1
Jul 4, 2022
Apr 21, 2022
Mar 30, 2022
Mar 24, 2022
Mar 14, 2022
Changes in this version
+
var ErrInternalError = errors.New("ECVRF: internal error")
—
darwin/amd64, linux/amd64, windows/amd64
+
var ErrMalformedInput = errors.New("ECVRF: malformed input")
—
darwin/amd64, linux/amd64, windows/amd64
+
func ECVRF_decode_proof(pi []byte) (x *big.Int, y *big.Int, c *big.Int, s *big.Int, err error)
—
darwin/amd64, linux/amd64, windows/amd64
+
func ECVRF_hash_to_curve(m []byte, pk []byte) (x, y *big.Int)
—
darwin/amd64, linux/amd64, windows/amd64