Port details |
- nflib NTT-based fast lattice cryptography library
- 1.0.0.23_4 security =2 1.0.0.23_4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-02-22 06:15:52
- Last Update: 2023-08-07 07:07:15
- Commit Hash: dbe826b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: math
- License: MIT
- WWW:
- https://github.com/quarkslab/NFLlib
- Description:
- 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.)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/nflib/ && make install clean
- To add the package, run one of these commands:
- pkg install security/nflib
- pkg install nflib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nflib
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1582350929
SHA256 (quarkslab-NFLlib-v1.0.0-23-g5cf40ed_GH0.tar.gz) = 092d397426846756fb915b7a54d2ce9bf70182542ed6573eeb4345f206af1c7f
SIZE (quarkslab-NFLlib-v1.0.0-23-g5cf40ed_GH0.tar.gz) = 126137
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libmpfr.so : math/mpfr
- libgmp.so : math/gmp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_nflib
- USES:
- cmake:testing compiler:c++11-lang localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0.23_4 07 Aug 2023 07:07:15 |
Yuri Victorovich (yuri) Author: Daniel Engberg |
security/nflib: Improve handling of SIMD instructions
PR: 272702 |
1.0.0.23_3 07 Aug 2023 07:00:40 |
Yuri Victorovich (yuri) |
security/nflib: Turn on inner optimization option when no WITH_DEBUG is defined
PR: 272702 |
1.0.0.23_3 07 Aug 2023 06:49:57 |
Yuri Victorovich (yuri) |
security/nflib: Simplify test target; Remove unnecessary target; Fix line order |
1.0.0.23_3 07 Aug 2023 06:44:53 |
Yuri Victorovich (yuri) |
security/nflib: Remove NATIVE option
Let CPUTYPE handle native optimizations.
PR: 272702
Reported by: diizzy@ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0.23_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0.23_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0.23_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0.23_2 09 Jun 2020 23:13:36 |
yuri |
security/nflib: Unbreak on systems incompatible with the system where the
package was built
-march=native caused SEGVs on incompatible systems |
1.0.0.23_1 30 May 2020 15:57:53 |
emaste |
security/nflib: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250 [exp-run]
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0.0.23_1 17 Mar 2020 22:47:50 |
yuri |
security/nflib: Remove ONLY_FOR_ARCHS=i386
Reported by: fallout |
1.0.0.23_1 22 Feb 2020 22:47:13 |
yuri |
security/nflib: Turn on the internal optimization option NFL_OPTIMIZED;
Eliminate testcases from the 'build' target |
1.0.0.23 22 Feb 2020 13:17:47 |
linimon |
Mark as x86-specific: unconditionally includes files with amd64 code:
/wrkdirs/usr/ports/security/nflib/work/NFLlib-1.0.0-23-g5cf40ed/lib/prng/nfl_crypto_stream_salsa20_amd64_xmm6.s:343:
Error: unrecognized opcode: `mov'
Approved by: portmgr (tier-2 blanket) |
1.0.0.23 22 Feb 2020 06:15:38 |
yuri |
New port: security/nflib: NTT-based fast lattice cryptography library |