Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 438 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 438 Bytes

r2ishiguro vrf

Note: This is a fork from github.com/r2ishiguro/vrf. We retain it as is, because our consensus engine github.com/Finschia/ostracon needs it.

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.