plat-core 0.1.0

Core types and traits for the plat FHE compute engine
Documentation
  • Coverage
  • 91.04%
    61 out of 67 items documented0 out of 44 items with examples
  • Size
  • Source code size: 38.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 36s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Ryujiyasu/plat
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Ryujiyasu

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