Class Argon2Test

  • All Implemented Interfaces:
    Test

    public class Argon2Test
    extends SimpleTest
    Tests from https://tools.ietf.org/html/draft-irtf-cfrg-argon2-03
    • Constructor Detail

      • Argon2Test

        public Argon2Test()
    • Method Detail

      • performTest

        public void performTest()
                         throws java.lang.Exception
        Specified by:
        performTest in class SimpleTest
        Throws:
        java.lang.Exception
      • testPermutations

        public void testPermutations()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)