Packages

package serialization

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BatchAVLProverManifest[D <: Digest, HF <: CryptographicHash[D]](keyLength: Int, valueLengthOpt: Option[Int], oldRootAndHeight: (ProverNodes[D], Int)) extends Product with Serializable

    Top subtree of AVL tree, starting from root node and ending with ProxyInternalNode

  2. class BatchAVLProverSerializer[D <: Digest, HF <: CryptographicHash[D]] extends AnyRef
  3. case class BatchAVLProverSubtree[D <: Digest, HF <: CryptographicHash[D]](subtreeTop: ProverNodes[D]) extends Product with Serializable

    AVL subtree, starting from Manifests FinalInternalNode and ending with Leafs

  4. class ProxyInternalNode[D <: Digest] extends InternalProverNode[D]

Ungrouped