Selaa lähdekoodia

dao spec: correct typo

zero 2 vuotta sitten
vanhempi
sitoutus
e218881278
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      doc/src/spec/contract/dao/scheme.md

+ 5 - 5
doc/src/spec/contract/dao/scheme.md

@@ -39,10 +39,10 @@ $$ \begin{aligned}
 
 
 Let there be a prover auxiliary witness inputs:
 Let there be a prover auxiliary witness inputs:
 $$ \begin{aligned}
 $$ \begin{aligned}
-  \t{Params}_\t{DAO}.L &∈ ℕ₆₄ \\
-  \t{Params}_\t{DAO}.Q &∈ ℕ₆₄ \\
-  \t{Params}_\t{DAO}.A^\% &∈ ℕ₆₄ × ℕ₆₄ \\
-  \t{Params}_\t{DAO}.T &∈ 𝔽ₚ \\
+  L &∈ ℕ₆₄ \\
+  Q &∈ ℕ₆₄ \\
+  A^\% &∈ ℕ₆₄ × ℕ₆₄ \\
+  τ &∈ 𝔽ₚ \\
   x &∈ 𝔽ₚ \\
   x &∈ 𝔽ₚ \\
   b_\t{DAO} &∈ 𝔽ₚ
   b_\t{DAO} &∈ 𝔽ₚ
 \end{aligned} $$
 \end{aligned} $$
@@ -51,7 +51,7 @@ Attach a proof $π$ such that the following relations hold:
 
 
 **Proof of public key ownership**   $\t{PK} = \t{DerivePubKey}(x)$.
 **Proof of public key ownership**   $\t{PK} = \t{DerivePubKey}(x)$.
 
 
-**DAO bulla integrity**   $ℬ  = \t{Bulla}_\t{DAO}(\t{Params}_\t{DAO}, b_\t{DAO})$
+**DAO bulla integrity**   $ℬ  = \t{Bulla}_\t{DAO}((L, Q, A^\%, τ, \t{PK}), b_\t{DAO})$
 
 
 ### Signatures
 ### Signatures