ecvrf-rs

Crates.ioecvrf-rs
lib.rsecvrf-rs
version1.0.0
sourcesrc
created_at2022-08-21 15:55:42.211553
updated_at2022-08-21 15:55:42.211553
descriptionElliptic Curve VRF implemented in Rust
homepage
repositoryhttps://github.com/EntropicLabs/ecvrf-rs
max_upload_size
id649835
size29,061
Amit Prasad (AmitPr)

documentation

README

ecvrf-rs

This crate contains functions for creating and verifying VRF proofs, following the IETF VRF specification. Although this crate attempts to stick to the specification as closely as possible, not all functions are fully compliant with the specification. In addition, this crate only supports elliptic curve VRF functions, hence the name.

Javascript bindings for this crate are also available, in the ecvrf-js package

Commit count: 24

cargo fmt