lox/crates/lox-library/README.md

9 lines
615 B
Markdown
Raw Normal View History

2022-04-03 01:54:53 -04:00
# 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](https://www.rust-lang.org/tools/install). We used Rust version 1.56.0.
2022-04-03 01:54:53 -04:00
Note that this implementation is coded such that the reachability certificate expires at 00:00 UTC. 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).
2022-04-06 18:29:11 -04:00