Versions in this module
v0
Dec 19, 2024
Jan 26, 2022
Dec 1, 2021
Nov 4, 2021
Jul 16, 2021
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