5 releases (3 breaking)
0.8.1 | Sep 11, 2023 |
---|---|
0.8.0 | Aug 23, 2023 |
0.7.0 | Oct 17, 2022 |
0.6.0 | Jul 14, 2022 |
0.5.0 | May 17, 2022 |
#2351 in Cryptography
24 downloads per month
Used in 4 crates
13MB
254K
SLoC
Contains (JAR file, 55KB) gradle-wrapper.jar, (obscure autoconf code, 1KB) configure.ac
This crate provides Rust bindings for Microsoft SEAL.
lib.rs
:
This crate provides wrappers for Micorosft's SEAL Homomorphic encryption library.
Notes
All types in this crate implement Sync/Send. So long as you never dereference the internal handle on any type after it has been dropped, these traits should safely hold. The internal handles should be of little use to you anyways.
This crate intentionally omits more esoteric use cases to streamline the API and is currently incomplete (e.g. CKKS is not currently supported). If any underlying SEAL API you care about is missing, please add it in a pull request or file an issue.