瀏覽代碼

added TODO list

narodnik 5 年之前
父節點
當前提交
5845602ca4
共有 1 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      TODO.md

+ 19 - 0
TODO.md

@@ -0,0 +1,19 @@
+* Transaction API
+* Merkle tree API
+    * src/old/spend.rs for merkle_hash() function
+    * Look at zcash_primitives::merkle_tree::CommitmentTree class
+* Higher level language:
+    * Lisp / Racket
+    * PyPEG
+    * lark-parser has a Python3 grammar
+    * Pyparsing
+    * tokenize
+* Finish mint and spend contracts in new ZK language
+* Save/load setup parameters using zcash API
+    * How big are the params?
+    * See zec.rs
+* Command line tool to use VM
+    * Take params in as a json
+* Poseidon hash
+* PoS spec
+