Interface SCrypt

  • All Superinterfaces:
    KDF

    @Deprecated
    public interface SCrypt
    extends KDF
    Deprecated.
    Use KDF instead.
    • Method Detail

      • init

        void init​(byte[] salt,
                  int cost,
                  int blocksize,
                  int parallel)
           throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception