Packages

o

izumi.fundamentals.platform.crypto

IzSha256HashFunction

object IzSha256HashFunction extends IzHashFunction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IzSha256HashFunction
  2. IzHashFunction
  3. IzPlatformFunctionCollection
  4. IzPlatformPureUtil
  5. IzPlatformUtil
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def getImpl: IzHashFunction
  2. def hash(bytes: Array[Byte]): Array[Byte]
    Definition Classes
    IzSha256HashFunctionIzHashFunction
  3. final def hash(str: String): String
    Definition Classes
    IzHashFunction
  4. def id: IzHashId
    Definition Classes
    IzSha256HashFunctionIzHashFunction
  5. def setImported(): Unit