← 返回首页
GitHub - google/secure-aggregation · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

google/secure-aggregation

Go to file
Code

Secure Aggregation

This repository contains implementations of secure aggregation protocols. Currently, this only includes the Willow protocol (paper).

Dependencies

The codebase is built using Bazel. All other dependencies are built from source. We use SHELL for homomorphic encryption, and Curve25519-Dalek for elliptic curve operations. The library itself is written in Rust.

Build & Test

To build the library (with performance optimizations enabled), run

bazel build -c opt //...

To run tests:

bazel test -c opt //...

Usage examples can be found in willow/tests/willow_v1_shell.rs.

Benchmarks

Benchmarks, and information how to run them, can be found in the benches folder.

Security

To report a security issue, please read SECURITY.md.

Disclaimer

This is not an officially supported Google product. The code is provided as-is, with no guarantees of correctness or security.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.