A small Rust/Rocket application to select a person from a list. Responses (should be) cryptographically random* and responses are digitally signed (with ed25519).
* it uses rand::thread_rng over here.
$ cargo build
$ cargo test
$ cargo run
Route | Description |
---|---|
/ |
Public key |
/?choices=A,B |
Pull a straw for A & B |