object Blake3 extends BCHashSchema[Blake3]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Blake3
- BCHashSchema
- HashSchema
- HashUtils
- Companion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addPerByte(hash0: Blake3, hash1: Blake3): Blake3
- Definition Classes
- HashSchema
- lazy val allOne: Blake3
- Definition Classes
- Companion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def doubleHash(input: Seq[Byte]): Blake3
- Definition Classes
- BCHashSchema → HashSchema
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(aLen: Int, a: ByteString, bLen: Int, b: ByteString): Boolean
- Annotations
- @inline()
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from(bytes: ByteString): Option[Blake3]
- Definition Classes
- Companion
- def from(bytes: IndexedSeq[Byte]): Option[Blake3]
- Definition Classes
- Companion
- def generate: Blake3
- Definition Classes
- Companion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hash(input: Seq[Byte]): Blake3
- Definition Classes
- BCHashSchema → HashSchema → HashUtils
- def hash[S](input: S)(implicit arg0: Serializer[S]): Blake3
- Definition Classes
- HashSchema
- def hash(input: String, charset: Charset): Blake3
- Definition Classes
- HashSchema
- def hash(input: String): Blake3
- Definition Classes
- HashSchema → HashUtils
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def provider(): Blake3Digest
- Definition Classes
- Blake3 → BCHashSchema
- def random: Blake3
- Definition Classes
- HashUtils
- Annotations
- @inline()
- def secureGenerate: Blake3
- Definition Classes
- Companion
- implicit val serde: Serde[Blake3]
- Definition Classes
- Companion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toBytes: (Blake3) => ByteString
- Definition Classes
- Companion
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unsafe: (ByteString) => Blake3
- Definition Classes
- Companion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xor(hash0: Blake3, hash1: Blake3): Blake3
- Definition Classes
- HashSchema
- lazy val zero: Blake3
- Definition Classes
- Companion