r2ishiguro / vrf

a VRF implementation following this ietf draft: https://tools.ietf.org/html/draft-goldbe-vrf-00
Apache License 2.0
21 stars 6 forks source link

vrf

a VRF implementation in go (and JS just for verification part for now), following https://tools.ietf.org/html/draft-goldbe-vrf-00.

vrf_ed25519.go uses "golang.org/x/crypto/ed25519/internal/edwards25519" which is internal, so I copied the whole code into this repository as-is.