Docs.rs
tfhe-ntt-0.6.1
tfhe-ntt 0.6.1
Docs.rs crate page
BSD-3-Clause-Clear
Links
Homepage
Repository
crates.io
Source
Owners
zama-bot
Dependencies
aligned-vec ^0.6
normal
bytemuck ^1.14.3
normal
pulp ^0.21
normal
criterion ^0.5
dev
rand ^0.8
dev
serde ^1.0.163
dev
serde_json ^1.0.96
dev
Versions
58.71%
of the crate is documented
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module native64
tfhe_
ntt
0.6.1
Module native64
Module Items
Structs
In crate tfhe_
ntt
tfhe_ntt
Module
native64
Copy item path
Source
Expand description
Negacyclic NTT for multiplying two polynomials with values less than
2^64
.
Structs
ยง
Plan32
Negacyclic NTT plan for multiplying two 64bit polynomials.
Plan52
nightly
Negacyclic NTT plan for multiplying two 64bit polynomials.
This can be more efficient than
Plan32
, but requires the AVX512 instruction set.