aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7fd5cbb
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+PoS construction
+================
+
+* compare BFS/DFS order
+
+Proof extraction
+================
+
+3 strategies:
+* naive: node by node
+* batching
+* sorting + naive
+
+Question
+========
+
+protocol is misspecified: challenges are generated with a PRNG, but need to
+specify how to map random int to the proper range (different PoS have different
+sizes)