grondilu / libdigest-raku

Raku implementation of various digests
Artistic License 2.0
27 stars 42 forks source link

Optimise &sha256. #14

Closed arnsholt closed 8 years ago

arnsholt commented 8 years ago

When working on the ipython kernel, I noticed that the HMAC step was taking a while, so I decided to try to optmise the hash function a bit. This is the result.

I made three changes: