Interface SCrypt

All Superinterfaces:
KDF

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

    • init

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