329 Commits

Author SHA1 Message Date
Sanaz
d69e43915d
reorganizes a few subsection 2021-07-05 13:45:05 -07:00
Sanaz
70124a76ad
itemizes the threat models 2021-07-05 13:43:57 -07:00
Sanaz
12f8ad4f87
converts an item to a title 2021-07-05 13:42:45 -07:00
Sanaz
64185e7e54
Merge branch 'waku-vs-tor' 2021-07-05 13:41:14 -07:00
Sanaz
a4e967ccd0
Adds Anonymous Transport
Includes my research findings, but not organized yet
2021-07-05 13:40:32 -07:00
Sanaz Taheri Boshrooyeh
3542e58fd5
Merge pull request #68 from vacp2p/waku-vs-tor
WIP: Waku vs Tor
2021-06-22 09:08:06 -07:00
Sanaz
e2adec5ccf
further cleanup 2021-06-21 16:46:57 -07:00
Sanaz
7e43e04d58
minor 2021-06-21 16:43:17 -07:00
Sanaz
0685587ede
adds a todo 2021-06-21 16:42:02 -07:00
Sanaz
b38da9dcce
add topic sharding and asymmetric content topics 2021-06-21 16:41:28 -07:00
Sanaz
c90e977286
cleans up the security vulnerabilities 2021-06-21 14:54:10 -07:00
Sanaz
9e55ebdcd7
more on topic shaarding 2021-06-21 14:50:10 -07:00
Sanaz
3768084512
Further updates 2021-06-21 14:36:55 -07:00
Sanaz
92323bcf03
Anonymity levels and Metadata protection 2021-06-21 13:24:07 -07:00
Sanaz
fc5ddf494b
removes empty lines 2021-06-18 17:56:59 -07:00
Sanaz
fa0b7bbd96
minor edits 2021-06-18 17:46:57 -07:00
Sanaz
34e79a9f79
adds Tor structure, and waku comparison 2021-06-18 17:45:30 -07:00
Sanaz
95e4c561dc
creates an .md file 2021-06-18 12:23:19 -07:00
Oskar Thorén
54d683ba72
Update README.md 2021-05-25 13:16:48 +08:00
Sanaz Taheri Boshrooyeh
8f5736c91d
Merge pull request #54 from vacp2p/rln-relay-research/merkle-tree-update
Storage-efficient solution for maintaining a dynamic Merkle Tree
2021-04-02 14:32:58 -07:00
Sanaz
d503bf67ad
fixes a notation 2021-01-13 18:50:17 -08:00
Sanaz
d71f65fe2b
fixes a link bug 2021-01-13 18:27:18 -08:00
Sanaz
85f52e3670
fixes a link bug 2021-01-13 18:21:09 -08:00
Sanaz
1a951bd1cf
minor 2021-01-13 18:11:15 -08:00
Sanaz
1ce0c0f4af
minor edit 2021-01-13 18:10:08 -08:00
Sanaz
bc1d3b3034
adds an example 2021-01-13 18:08:51 -08:00
Sanaz
9db2857b8f
minor edit 2021-01-13 18:00:39 -08:00
Sanaz
838fe947ef
proofread 2021-01-13 17:40:06 -08:00
Sanaz
5aabbc647d
cleans up the description and adds furthter updates 2021-01-13 16:50:44 -08:00
Sanaz
fa09882b5c
WIP: adds some clarification 2021-01-13 15:14:11 -08:00
Sanaz
4aee37b402
WIP: adds the authentication path recalculation 2021-01-13 14:59:21 -08:00
Sanaz
9b1de5931e
adds the formal definition 2021-01-12 18:04:21 -08:00
Sanaz
b131589a6c
adds the authentication path update 2021-01-12 18:04:02 -08:00
Sanaz
38aaa082cf
adds the off-chain solution 2021-01-12 18:03:26 -08:00
Sanaz
f686519041
adds the on chain solution 2021-01-12 18:03:04 -08:00
Sanaz
b3f9f43713
updates solution overview 2021-01-12 18:02:38 -08:00
Sanaz
bede41dc90
adds authpath and deletion figures 2021-01-12 18:01:42 -08:00
Sanaz
cbb1059ce9
adds some revisions 2021-01-11 17:59:20 -08:00
Sanaz
2a5cb55e39
Adds the draft of algorithm 2021-01-11 17:43:37 -08:00
Sanaz
a38a8def3b
adds preliminaries 2021-01-11 14:15:48 -08:00
Sanaz Taheri Boshrooyeh
3b84ef69d4
Merge pull request #53 from vacp2p/rln-relay-research/rln-model
Adds the draft of RLN system model
2020-11-30 08:42:47 -08:00
Sanaz
f67b358305
adds the draft of RLN system model 2020-11-26 17:08:29 -08:00
Dean Eigenmann
ba2916ebb2
discv5 (#19)
* readme

* create package

* started experimenting

* cleanup

* adding a peer

* more granular control

* fix

* fix

* removed

* experimenting

* using debug

* updated code to start N nodes

* fix

* fix

* dean is too retarded for nim part 5

* confused

* fi

* added todo, playing around

* updated

* distance func

* todo

* fix

* fix

* made it work

* changes

* update

* multiple runs

* minor improvements

* using for

* minor

* little error

* woops

* update

* using sequence

* changes

* updated

* unused

* moved

* fixed

* changed sleep to var

* changed node count

* moved start

* using contains

* using sample functions

* added a random version

* back

* experimenting with random pairs

* starting bootstrap node only

* made config flag

* remove echo

* minor change

* added some comments

* printing port instead, more informative

* fixes

* fix

* overhaul

* more

* updated random

* added count

* fixes

* started working on ENR lookup

* using smarter distribution

* using countit

* fix
2020-04-28 11:33:25 +08:00
Oskar Thoren
149c7133a0
Log peerinfo and listening on 2020-04-27 12:43:41 +08:00
Oskar Thoren
662d8fcf0e
Waku protocol object and mount on switch 2020-04-27 12:23:01 +08:00
Oskar Thoren
c9c143f41e
Start of libp2p spike with multiaddr, rand key and switch 2020-04-23 11:33:42 +08:00
Oskar Thoren
26b96a3015
Current todo 2020-04-22 11:36:17 +08:00
Oskar Thoren
cc0d3e9d75
Toggle config for libp2p support 2020-04-22 11:05:41 +08:00
Oskar Thoren
0ae61b414b
Use waku dir; adjust Makefile 2020-04-22 10:38:52 +08:00
Oskar Thoren
c7b3fdf95c
Fix syntax highlight 2020-04-21 13:44:09 +08:00