Skip to content

Commit

Permalink
fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Silur committed May 13, 2019
1 parent 2121264 commit 28dd91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,11 +16,11 @@ The parties agree on a pseudorandom function (SHA3) and exchange a proof with th

```rust
extern crate rand_os;
extern crate ec_vrf;
use curve25519_dalek::scalar::{Scalar};
use curve25519_dalek::constants::ED25519_BASEPOINT_POINT as g;
use curve25519_dalek::constants::RISTRETTO_BASEPOINT_POINT as rg;
use rand_os::OsRng;
use ec_vrf::{prove, verify};


fn main() {

0 comments on commit 28dd91d

Please sign in to comment.