vaea-ntt 0.1.1

High-performance Number Theoretic Transform (NTT) for post-quantum cryptography. ARM NEON SIMD native, constant-time, no_std. ML-DSA, Falcon, FHE. Dual-licensed AGPL-3.0 + commercial.
Documentation
# Build artifacts
/target

# Cargo lock (library, not application)
Cargo.lock

# Editor swap files
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride

# IDE
.idea/
.vscode/
*.code-workspace

# Benchmark third-party C/ASM sources (not part of the library)
# These are only needed locally for vs_pqclean and vs_libcrux benchmarks
/mlkem_ntt/
/pqclean_ntt/

# Generated documentation (use cargo doc --open to build locally)
/target/doc/