News

python -m timeit -s "import hashlib" "h = hashlib.sha256 (); h.update (b'x' * 32); h.digest ()" 500000 loops, best of 5: 465 nsec per loop The original context was to experiment with key derivation ...