o

scorex.crypto.hash

Stribog256

object Stribog256 extends BouncyCastleHash[Digest32] with CryptographicHash32

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stribog256
  2. CryptographicHash32
  3. BouncyCastleHash
  4. CryptographicHash
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Message = Array[Byte]
    Definition Classes
    CryptographicHash

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DigestSize: Int
  5. def apply(input: String): Digest32
    Definition Classes
    CryptographicHash
  6. def apply(input: Message): Digest32
    Definition Classes
    CryptographicHash
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def byteArrayToDigest(bytes: Array[Byte]): Try[Digest32]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. lazy val digestFn: GOST3411_2012_256Digest
    Attributes
    protected
    Definition Classes
    Stribog256BouncyCastleHash
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hash(input: Message): Digest32
    Definition Classes
    Stribog256CryptographicHash
  16. def hash(inputs: Array[Byte]*): Digest32
    Definition Classes
    CryptographicHash
  17. def hash(input: String): Digest32
    Definition Classes
    CryptographicHash
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def internalHash(inputs: Message*): Array[Byte]
    Attributes
    protected
    Definition Classes
    BouncyCastleHash
  20. def internalPrefixedHash(prefix: Byte, inputs: Message*): Array[Byte]
    Attributes
    protected
    Definition Classes
    BouncyCastleHash
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def prefixedHash(prefix: Byte, inputs: Array[Byte]*): Digest32
    Definition Classes
    Stribog256CryptographicHash
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CryptographicHash32

Inherited from BouncyCastleHash[Digest32]

Inherited from CryptographicHash[Digest32]

Inherited from AnyRef

Inherited from Any

Ungrouped