Registry / crypto / r2ishiguro-vrf

r2ishiguro-vrf

JSON →
library0.0.0-20180716233122-192de52975ebgogounverified

An implementation of Verifiable Random Functions (VRF) in Go.

go get github.com/r2ishiguro/vrf
INSTALL
IMPORT
SIG · R2ISHIGURO-VRF
R
r2ishiguro-vrf
cryptogov0.0.0-20180716233122-192de52975eb
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vrf
github.com/r2ishiguro/vrf

Generate a VRF key pair and evaluate a proof.

package main import ( "fmt" "github.com/r2ishiguro/vrf" ) func main() { secretKey, publicKey, _ := vrf.GenerateKey(nil) proof, _ := vrf.Evaluate(secretKey, []byte("message")) fmt.Println(proof) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180716233122-192de52975eblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
r2ishiguro-vrf — go get r2ishiguro-vrf · libregistry