Docs.rs
tfhe-ntt-0.3.0
tfhe-ntt 0.3.0
Docs.rs crate page
BSD-3-Clause-Clear
Links
Homepage
Repository
crates.io
Source
Owners
zama-bot
Dependencies
aligned-vec ^0.5
normal
bytemuck ^1.14.3
normal
pulp ^0.18.22
normal
criterion ^0.4
dev
rand ^0.8
dev
serde ^1.0.163
dev
serde_json ^1.0.96
dev
Versions
57.89%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tfhe_
ntt
0.3.0
Module native32
Module Items
Structs
In crate tfhe_
ntt
tfhe_ntt
Module
native32
Copy item path
Source
Expand description
Negacyclic NTT for multiplying two polynomials with values less than
2^32
.
Structs
ยง
Plan32
Negacyclic NTT plan for multiplying two 32bit polynomials.
Plan52
nightly
Negacyclic NTT plan for multiplying two 32bit polynomials.
This can be more efficient than
Plan32
, but requires the AVX512 instruction set.