Tiger.passes

Set the number of passes to be performed

  1. uint passes()
  2. void passes(uint n)
    class Tiger
    void
    passes
    (
    uint n
    )

Parameters

n uint

the number of passes to perform

Remarks: The Tiger algorithm may perform an arbitrary number of passes the minimum recommended number is 3 and this number should be quite secure however the "ultra-cautious" may wish to increase this number.

Meta