Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 510 Bytes

Verifiable random function

Rust dependency status

Verifiable random function using the ristretto group on curve25519.

Usage

Add the following line to your Cargo.toml.

vrf = { git = "https://github.com/zudo/vrf" }

View examples on how to use the library.