amiller / HoneyBadgerBFT

The Honey Badger of BFT Protocols
Other
314 stars 84 forks source link

[test] add more unit tests for tpke module #48

Closed sbellem closed 6 years ago

sbellem commented 7 years ago

This is needed to help in troubleshooting encoding (unicode/bytes) problems arising in trying to port to Python 3 (#25).

For instance, the small helper method xor() fails under Python 3 and having a test in Python 2 that passes can help troubleshooting the problem.

sbellem commented 6 years ago

Closing as #58 took care of this.