plat-core: Core types and traits for the plat FHE compute engine.
This crate provides the foundational abstractions for fully homomorphic encryption operations within the hyde ecosystem:
- Polynomial ring arithmetic in Z_q[X]/(X^N + 1)
- Number Theoretic Transform (NTT) for fast multiplication
- RLWE encryption primitives
- Discrete Gaussian and uniform sampling
- Parameter sets for different security levels