object Blake3 extends BCHashSchema[Blake3]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Blake3
  2. BCHashSchema
  3. HashSchema
  4. HashUtils
  5. Companion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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

Inherited from HashSchema[Blake3]

Inherited from HashUtils[Blake3]

Inherited from Companion[Blake3]

Inherited from AnyRef

Inherited from Any

Ungrouped