onyinyang 9c41819b69 Added Updated tests file and readme před 2 roky
..
proto 56911752c0 Replace big_array with serde_as, cargo fmt likes things to be alphabetical před 2 roky
bridge_table.rs 56911752c0 Replace big_array with serde_as, cargo fmt likes things to be alphabetical před 2 roky
cred.rs b12b5114e0 The complete check blockage protocol před 3 roky
dup_filter.rs 0a4ea2f155 Fix up formatting of module doc comments před 3 roky
lib.rs 81cbdea305 Change IssuerPubKey constructor to be more functional před 2 roky
migration_table.rs b12b5114e0 The complete check blockage protocol před 3 roky
readme.md 9c41819b69 Added Updated tests file and readme před 2 roky
tests.rs 9c41819b69 Added Updated tests file and readme před 2 roky

readme.md

Lox

Lox is a reputation-based bridge distribution system that provides privacy protection to users and their social graph and is open to all users. Lox is written in rust and requires cargo to test. Install Rust

To run the tests used for our experimental results:

cargo test -- --nocapture stats_test > stats_test.log

Note that: our implementation is coded such that the reachability certificate expires at 00:00 UTC. A workaround has been included in each test to pause if it is too close to this time so the request won't fail. In reality, if the bucket is still reachable, a user could simply request a new reachability token if their request fails for this reason (a new certificate should be available prior to the outdated certificate expiring).

To run all Lox tests:

cargo test -- --nocapture test > testing.log