lmacken / quantumrandom

Tools for utilizing the ANU Quantum Random Number Generator
https://pypi.python.org/pypi/quantumrandom
146 stars 36 forks source link

Binary / Hex output inconsistency #10

Open paulmezz opened 12 years ago

paulmezz commented 12 years ago

Hex outputs an ascii formated hex string while binary outputs raw binary (not ascii encoded). The output should be consistent across the types.

Perhaps a --encoding option to specify raw/asci/base64 etc.

:sparkles: threebean says hi :sparkles: