aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-05-05 15:00:56 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2016-05-05 15:00:56 -0400
commit67e72810da5014a6e1a355dc1cdc8455c96de8a6 (patch)
tree0944f9afdafbf51fbd8d9b5f91137ea7fa6df3bd /README
parent7356dc77e0ea986dfd798e9d122e66131b804111 (diff)
downloadpos-67e72810da5014a6e1a355dc1cdc8455c96de8a6.tar.gz
Add readme
Diffstat (limited to 'README')
-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)