poulpy-core 0.6.0

A backend-agnostic crate implementing Module-LWE-based encryption and arithmetic
Documentation
1
2
3
4
5
6
7
8
//! Local crate-only tests.

#[cfg(test)]
mod scratch_arena;
#[cfg(test)]
mod serialization;
#[cfg(test)]
mod transfer;