frodo-pir
Rust source code for the FrodoPIR Private Information Retrieval scheme.
File Explorer
- rust.yml
- bench.rs
- generate_db.py
- performance.png
- lib.rs
- Cargo.toml
- api.rs
- db.rs
- errors.rs
- lib.rs
- utils.rs
- .gitignore
- Cargo.toml
- Dockerfile
- LICENSE
- Makefile
- README.md
- rustfmt.toml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
docker build
View Details ▼
docker build
Build an image from a Dockerfile.
docker build .
Build a Docker image using the Dockerfile in the current directory:
docker build {{github.com/creack/docker-firefox}}
Build a Docker image from a Dockerfile at a specified URL:
docker build {{[-t|--tag]}} {{name:tag}} .
Build a Docker image and tag it:
docker run
View Details ▼
docker run
This command is an alias of `docker container run`.
tldr docker container run
View documentation for the original command:
# Project Badges
-
FrodoPIR workflow
// repository documentation
Was this content helpful?
(0 ratings)
