witnet / vrf-rs

Verifiable Random Function (VRF) library written in Rust
MIT License
90 stars 37 forks source link

Removing import of dummy mod. #19

Closed tristanang closed 4 years ago

tristanang commented 4 years ago

I got confused about the allowed types of PublicKey and SecretKey. Initially, I assumed that they were the definition found in vrf::dummy. Remove the import clears things up.