* Remove dependency on binascii.hexlify by using int.from_bytes().
* Use the new super() with no arguments. * Replace pow() call with the ** operator. * Increase urandom seeding from 16 bytes to 32 bytes. * Clean-up docstring.
Showing
Please register or sign in to comment