Package

com.mchange.sc.v1.consuela

hash

Permalink

package hash

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hash
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Hash[T <: Hash[T]] extends ByteArrayValue with UnsignedBigIntegral

    Permalink
  2. trait Hasher[T <: Hash[T]] extends AnyRef

    Permalink
  3. final class Keccak256 extends Hash[Keccak256]

    Permalink
  4. final class Keccak512 extends Hash[Keccak512]

    Permalink
  5. final class RIPEMD160 extends Hash[RIPEMD160]

    Permalink
  6. final class SHA256 extends Hash[SHA256]

    Permalink
  7. final class SHA3_256 extends Hash[SHA3_256]

    Permalink
  8. final class SHA3_512 extends Hash[SHA3_512]

    Permalink

Value Members

  1. val DefaultBufferSize: Int

    Permalink
  2. object Hasher

    Permalink
  3. object Keccak256 extends Jca[Keccak256] with FixedLength[Keccak256]

    Permalink
  4. object Keccak512 extends Jca[Keccak512] with FixedLength[Keccak512]

    Permalink
  5. object RIPEMD160 extends Jca[RIPEMD160] with FixedLength[RIPEMD160]

    Permalink
  6. object SHA256 extends Jca[SHA256] with FixedLength[SHA256]

    Permalink
  7. object SHA3_256 extends Jca[SHA3_256] with FixedLength[SHA3_256]

    Permalink
  8. object SHA3_512 extends Jca[SHA3_512] with FixedLength[SHA3_512]

    Permalink
  9. def jcaDoHash(algoName: String, bytes: Seq[Byte])(implicit provider: Provider): Array[Byte]

    Permalink
  10. def jcaDoHash(algoName: String, bytes: Array[Byte])(implicit provider: Provider): Array[Byte]

    Permalink
  11. def jcaDoHash(algoName: String, is: InputStream, bufferSize: Int = DefaultBufferSize)(implicit provider: Provider): Array[Byte]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped