package
nremond
Type Members
-
case class
SecureHash(iterations: Int = 20000, dkLength: Int = 32, cryptoAlgo: String = "HmacSHA256") extends Product with Serializable
Value Members
-
-
def
fromHex(hex: String): Array[Byte]
-
def
toHex(buff: Array[Byte]): String
Inherited from AnyRef
Inherited from Any