libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.51k stars 449 forks source link

Extend tiger #640

Closed sjaeckel closed 4 months ago

sjaeckel commented 4 months ago

Checklist

Summary

Extend the existing Tiger implementation by what was asked for in #632 and missing in #635. Also add support for Tiger2.

The documentation contains an example on how to use the 4-pass Version of the algorithm.