Crates.io | opendp |
lib.rs | opendp |
version | 0.11.1-nightly.20241016.1 |
source | src |
created_at | 2021-08-02 17:04:27.891039 |
updated_at | 2024-10-17 05:07:24.018644 |
description | A library of differential privacy algorithms for the statistical analysis of sensitive private data. |
homepage | https://opendp.org/ |
repository | https://github.com/opendp/opendp |
max_upload_size | |
id | 430545 |
size | 1,491,850 |
The OpenDP Library is a modular collection of statistical algorithms that adhere to the definition of differential privacy. It can be used to build applications of privacy-preserving computations, using a number of different models of privacy. OpenDP is implemented in Rust, with bindings for easy use from Python and R.
The architecture of the OpenDP Library is based on a conceptual framework for expressing privacy-aware computations. This framework is described in the paper A Programming Framework for OpenDP.
The OpenDP Library is part of the larger OpenDP Project, a community effort to build trustworthy, open source software tools for analysis of private data. (For simplicity in these docs, when we refer to “OpenDP,” we mean just the library, not the entire project.)
OpenDP is under development, and we expect to release new versions frequently, incorporating feedback and code contributions from the OpenDP Community. It's a work in progress, but it can already be used to build some applications and to prototype contributions that will expand its functionality. We welcome you to try it and look forward to feedback on the library! However, please be aware of the following limitations:
OpenDP, like all real-world software, has both known and unknown issues. If you intend to use OpenDP for a privacy-critical application, you should evaluate the impact of these issues on your use case.
More details can be found in the Limitations section of the User Guide.
Install OpenDP for Python with pip
(the package installer for Python):
$ pip install opendp
Install OpenDP for R from an R session:
install.packages("opendp", repos = "https://opendp.r-universe.dev")
More information can be found in the Getting Started section of the User Guide.
The full documentation for OpenDP is located at https://docs.opendp.org. Here are some helpful entry points:
If you're having problems using OpenDP, or want to submit feedback, please reach out! Here are some ways to contact us:
OpenDP is a community effort, and we welcome your contributions to its development! If you'd like to participate, please contact us! We also have a contribution process section in the Contributor Guide.