witnet / vrf-rs

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

fix(ecvrf): add Debug impl to ECVRF struct #6

Closed mariocao closed 5 years ago

mariocao commented 5 years ago

Add Debug implementation to ECVRF structure.

Some of the openssl fields, such as BigNumContext, ECCurve and MessageDigest do not implement Debug. However they are not really important as this information is already included in the field cipher_suite. :smile:

Closes #5