You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the future, we may also reserve statement IDs for "precompiles" such as:
89
57
```
90
-
EcdsaPrivToPubOf(A.pubkey, B.privkey)
58
+
EcdsaPrivToPubOf(A.pubkey, B.privkey),
91
59
```
60
+
as well as for low-level operations on Merkle trees and compound types.
61
+
<fontcolor="red">NOTE</font> Merkle trees and compound types explained in a seperate markdown file `./merklestatements.md` which is no longer part of these docs, but saved in the github repo in case we need to restore it in the future.
92
62
93
63
### Built-in statements for entries of any type
94
64
@@ -130,10 +100,6 @@ poseidon_hash_of(A.hash, B.preimage) // perhaps a hash_of predicate can be param
130
100
ecdsa_priv_to_pub_of(A.pubkey, B.privkey)
131
101
```
132
102
133
-
##### Primitive Built-in Statements for Merkle Roots
134
-
135
-
[See separate page](./merklestatements.md).
136
-
137
103
138
104
139
105
[^builtin]: <fontcolor="red">TODO</font> List of built-in statements is not yet complete.
0 commit comments