c

org.alephium.crypto

BCHashSchema

abstract class BCHashSchema[T] extends HashSchema[T]

Linear Supertypes
HashSchema[T], HashUtils[T], Companion[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BCHashSchema
  2. HashSchema
  3. HashUtils
  4. Companion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BCHashSchema(unsafe: (ByteString) => T, toBytes: (T) => ByteString)

Abstract Value Members

  1. abstract def length: Int
    Definition Classes
    HashUtils
  2. abstract def provider(): Digest

Concrete 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. def addPerByte(hash0: T, hash1: T): T
    Definition Classes
    HashSchema
  5. lazy val allOne: T
    Definition Classes
    Companion
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def doubleHash(input: Seq[Byte]): T
    Definition Classes
    BCHashSchemaHashSchema
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def from(bytes: ByteString): Option[T]
    Definition Classes
    Companion
  12. def from(bytes: IndexedSeq[Byte]): Option[T]
    Definition Classes
    Companion
  13. def generate: T
    Definition Classes
    Companion
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hash(input: Seq[Byte]): T
    Definition Classes
    BCHashSchemaHashSchemaHashUtils
  16. def hash[S](input: S)(implicit arg0: Serializer[S]): T
    Definition Classes
    HashSchema
  17. def hash(input: String, charset: Charset): T
    Definition Classes
    HashSchema
  18. def hash(input: String): T
    Definition Classes
    HashSchemaHashUtils
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def random: T
    Definition Classes
    HashUtils
    Annotations
    @inline()
  25. def secureGenerate: T
    Definition Classes
    Companion
  26. implicit val serde: Serde[T]
    Definition Classes
    Companion
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val toBytes: (T) => ByteString
    Definition Classes
    Companion
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val unsafe: (ByteString) => T
    Definition Classes
    Companion
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def xor(hash0: T, hash1: T): T
    Definition Classes
    HashSchema
  35. lazy val zero: T
    Definition Classes
    Companion

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from HashSchema[T]

Inherited from HashUtils[T]

Inherited from Companion[T]

Inherited from AnyRef

Inherited from Any

Ungrouped