class ProverLeaf[D <: Digest] extends Leaf[D] with ProverNodes[D]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProverLeaf
- ProverNodes
- Leaf
- KeyInVar
- Node
- ToStringHelper
- SparkzEncoding
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProverLeaf(k: ADKey, v: ADValue, nk: ADKey)(implicit hf: CryptographicHash[D])
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 arrayToString(a: Array[Byte]): String
- Attributes
- protected
- Definition Classes
- ToStringHelper
- 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 computeLabel: D
- implicit val encoder: SparkzEncoder
- Definition Classes
- SparkzEncoding
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getNew(newKey: ADKey = k, newValue: ADValue = v, newNextLeafKey: ADKey = nk): ProverLeaf[D]
- Definition Classes
- ProverLeaf → Leaf
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val hf: CryptographicHash[D]
- Definition Classes
- ProverLeaf → Leaf
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isNew: Boolean
- Definition Classes
- ProverNodes
- var k: ADKey
- Attributes
- protected
- Definition Classes
- ProverLeaf → KeyInVar
- def key: ADKey
- Definition Classes
- KeyInVar
- def label: D
Get digest of the node.
Get digest of the node. If it was computed previously, read the digest from hash, otherwise, compute it.
- Definition Classes
- Node
- val labelOpt: Option[D]
- Attributes
- protected
- Definition Classes
- Node
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextLeafKey: ADKey
- Definition Classes
- Leaf
- var nk: ADKey
- Attributes
- protected
- Definition Classes
- ProverLeaf → Leaf
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Leaf → AnyRef → Any
- var v: ADValue
- Attributes
- protected
- Definition Classes
- ProverLeaf → Leaf
- def value: ADValue
- Definition Classes
- Leaf
- val visited: Boolean
- Definition Classes
- Node
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated