Package nxt.crypto

Class Scrypt


  • public class Scrypt
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Scrypt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] hash​(byte[] input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Scrypt

        public Scrypt()
    • Method Detail

      • hash

        public byte[] hash​(byte[] input)