Implementation of the Number Theoretic Transform (NTT) and Fast Fourier Transform (FFT) algorithms.
git clone <url>
cd <name>
asdf install
(optional)zig build test
asdf install
zig init
zig std
zig build
zig build test
zig fmt
zig test <name>
zig run <name>
- The Number Theoretic Transform in Kyber and Dilithium
- The Cryptography Caffe - Number Theoretic Transform - Part 1
- The Cryptography Caffe - Number Theoretic Transform - Part 2
- A Complete Beginner Guide to the Number Theoretic Transform (NTT)
- Implementation of the Number Theoretic Transform
- Zig Documentation
- Zig Documentation - Style Guide
- Zig Documentation - Standard Library
- Zig Naming Conventions
- Ziglearn
- Ziglings
- Zig Guide
- Learning Zig
- pedropark99/zig-book
- A half-hour to learn Zig
- Gamedev Guide - Zig Crash Course
- DNNs from Scratch in Zig