lox/crates/lox-library/src
onyinyang 24aa2f9014 Added Updated tests file and readme 2022-04-04 00:45:10 -04:00
..
proto Replace big_array with serde_as, cargo fmt likes things to be alphabetical 2022-04-04 00:45:08 -04:00
bridge_table.rs Replace big_array with serde_as, cargo fmt likes things to be alphabetical 2022-04-04 00:45:08 -04:00
cred.rs The complete check blockage protocol 2021-05-05 16:29:25 -04:00
dup_filter.rs Fix up formatting of module doc comments 2021-04-29 14:58:51 -04:00
lib.rs Change IssuerPubKey constructor to be more functional 2021-06-05 16:25:39 -04:00
migration_table.rs The complete check blockage protocol 2021-05-05 16:29:25 -04:00
readme.md Added Updated tests file and readme 2022-04-04 00:45:10 -04:00
tests.rs Added Updated tests file and readme 2022-04-04 00:45:10 -04:00

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