Skip to content

Commit

Permalink
Merge branch 'main' of github.com:0xlucyy/vrf
Browse files Browse the repository at this point in the history
pulling from master
  • Loading branch information
0xlucyy committed Sep 16, 2023
2 parents 4784890 + ac3fbcb commit 8f07291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file modified .coverage
Binary file not shown.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
VRF.py provides an implementation of a Verifiable Random Function (VRF) to ensure the randomness and fairness of a game. The script contains functions to generate seeds, proofs, and random values, and to verify the outcome of a game.


![Coverage](https://img.shields.io/badge/VRF.py-Coverage:XX%-brightgreen.svg)
![Coverage](https://img.shields.io/badge/VRF.py-Coverage:100%25-brightgreen.svg)


https://github.com/0xlucyy/vrf/assets/109987865/ff5b8fe8-0322-4543-8850-be0025d2054a



# Table of Contents
Expand Down Expand Up @@ -159,4 +163,4 @@ Verification:
## Install
- https://pypi.org/project/vrf/1.0.4/
- `pip install vrf==1.0.4`
- `from vrf_py import new_game, verify`
- `from vrf_py import new_game, verify`

0 comments on commit 8f07291

Please sign in to comment.