maandree / sha3sum

[Feature complete] SHA-3 and Keccak checksum utility
https://codeberg.org/maandree/sha3sum
ISC License
174 stars 51 forks source link

performance boost #8

Closed maandree closed 9 years ago

maandree commented 10 years ago

This requires c99.

Use static inline instead of inline. Use restrict on pointer parameters.