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 ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results