mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9 lines
468 B
Plaintext
9 lines
468 B
Plaintext
NFLlib is an efficient and open-source C++ library dedicated to ideal lattice
|
|
cryptography. It is specialized in polynomial rings quotiented by a cyclotomic
|
|
polynomial whose degree is a power of two. The library combines algorithmic
|
|
optimizations (Chinese Remainder Theorem, optimized Number Theoretic Transform)
|
|
together with programming optimization techniques (SSE and AVX2 specializations,
|
|
C++ expression templates, etc.)
|
|
|
|
WWW: https://github.com/quarkslab/NFLlib
|