Skip to content

Commit

Permalink
refactoring: addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Aug 14, 2023
1 parent b81849e commit 2b72f2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion interpreter/shared/src/main/scala/sigmastate/trees.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ trait SigmaConjecture extends SigmaBoolean {
}

/**
* Basic trait for leafs of crypto-trees, such as [[sigmastate.basics.DLogProtocol.ProveDlog]] and [[sigmastate.basics.ProveDHTuple]] instances
* Basic trait for leafs of crypto-trees, such as
* [[sigmastate.basics.DLogProtocol.ProveDlog]] and [[sigmastate.basics.ProveDHTuple]]
* instances.
* It plays the same role as [[SigmaConjecture]]. It used in prover to distinguish leafs from
* other nodes and have logic common to leaves regardless of the concrete leaf type.
*/
trait SigmaLeaf extends SigmaBoolean

Expand Down

0 comments on commit 2b72f2f

Please sign in to comment.