Interface Argon2Helper.IterationLogger

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void log​(int iterations, long millisecs)
      Is called after a hash call is done.
    • Method Detail

      • log

        void log​(int iterations,
                 long millisecs)
        Is called after a hash call is done.
        Parameters:
        iterations - Number of iterations used.
        millisecs - Time the hash call took in milliseconds.