urda / nistbeacon

Python 3 Library to access the NIST Randomness Beacon
https://urda.github.io/nistbeacon/
Apache License 2.0
10 stars 2 forks source link

Should `NistBeaconValue` have an `int` output value? #6

Closed urda closed 8 years ago

urda commented 8 years ago

As stated in the title, should NistBeaconValue have a property or stored value that is the result of converting NistBeaconValue.output_value into an int instead of a SHA-512 hash?

urda commented 8 years ago

I'll defer any further work, and updates, to issue #7 at this time.