NTRU+ (https://www.ntruplus.org/)
This website serves as the official repository for NTRU+, a key encapsulation mechanism (KEM) algorithm that was selected as one of the final algorithms in Round 2 of the Korean Post-Quantum Cryptography Competition (KpqC).
- C-based implementation
- Structured to reflect the NTRU+ specification as intuitively as possible
- Focused on clarity, readability, and correctness
- High-performance C implementation
- Fully consistent with the reference implementation
- Architecture-specific, hand-tuned assembly implementations
- Intel AVX2
- ARMv8-A NEON
- Fully consistent with the reference implementation