1 stable release

1.0.0 Aug 21, 2022

#1577 in Cryptography

39 downloads per month
Used in 2 crates

Apache-2.0

30KB
687 lines

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

Dependencies

~2.5–3.5MB
~76K SLoC