Template API Tiger implementation.
Parameters: digestSize = the size of digest in byte
passes = the number of passes of the digest algorithm
tiger2 = tiger2 mode (uses 0x80 as padding value)
Returns the Tiger hash. This also calls start to reset the internal state.
Feeds the digest with data.
Initializes the digest calculation.
See Implementation
Template API Tiger implementation.
Parameters: digestSize = the size of digest in byte
passes = the number of passes of the digest algorithm
tiger2 = tiger2 mode (uses 0x80 as padding value)