Class

sigmastate

UnprovenDiffieHellmanTuple

Related Doc: package sigmastate

Permalink

case class UnprovenDiffieHellmanTuple(proposition: ProveDHTuple, commitmentOpt: Option[FirstDiffieHellmanTupleProverMessage], randomnessOpt: Option[BigInteger], challengeOpt: Option[Challenge] = None, simulated: Boolean, position: NodePosition = NodePosition.CryptoTreePrefix) extends UnprovenLeaf with Product with Serializable

Linear Supertypes
Serializable, Serializable, UnprovenLeaf, ProofTreeLeaf, UnprovenTree, ProofTree, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnprovenDiffieHellmanTuple
  2. Serializable
  3. Serializable
  4. UnprovenLeaf
  5. ProofTreeLeaf
  6. UnprovenTree
  7. ProofTree
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnprovenDiffieHellmanTuple(proposition: ProveDHTuple, commitmentOpt: Option[FirstDiffieHellmanTupleProverMessage], randomnessOpt: Option[BigInteger], challengeOpt: Option[Challenge] = None, simulated: Boolean, position: NodePosition = NodePosition.CryptoTreePrefix)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val challengeOpt: Option[Challenge]

    Permalink

    Challenge used by the prover.

    Challenge used by the prover.

    Definition Classes
    UnprovenDiffieHellmanTupleUnprovenTree
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val commitmentOpt: Option[FirstDiffieHellmanTupleProverMessage]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. val position: NodePosition

    Permalink

    Position of the node in the tree, see comments for position field in sigmastate.interpreter.Hint

    Position of the node in the tree, see comments for position field in sigmastate.interpreter.Hint

    Definition Classes
    UnprovenDiffieHellmanTupleUnprovenTree
  16. val proposition: ProveDHTuple

    Permalink

    Node's sigma-protocol statement to be proven.

    Node's sigma-protocol statement to be proven.

    Definition Classes
    UnprovenDiffieHellmanTupleProofTreeLeafUnprovenTree
  17. val randomnessOpt: Option[BigInteger]

    Permalink
  18. def real: Boolean

    Permalink
    Definition Classes
    UnprovenTree
  19. val simulated: Boolean

    Permalink

    Whether the node represents simulated sigma-protocol

    Whether the node represents simulated sigma-protocol

    Definition Classes
    UnprovenDiffieHellmanTupleUnprovenTree
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def withChallenge(challenge: Challenge): UnprovenDiffieHellmanTuple

    Permalink
  25. def withPosition(updatedPosition: NodePosition): UnprovenDiffieHellmanTuple

    Permalink
  26. def withSimulated(newSimulated: Boolean): UnprovenDiffieHellmanTuple

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from UnprovenLeaf

Inherited from ProofTreeLeaf

Inherited from UnprovenTree

Inherited from ProofTree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped