Port details |
- tfhe Fast Fully Homomorphic Encryption (FHE) library over the Torus
- 1.0.1.30 security
=2 1.0.1.30Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-10-11 03:38:17
- Last Update: 2024-04-11 09:16:53
- Commit Hash: 43d9a13
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/tfhe/tfhe
- Description:
- TFHE is open-source software. The scheme is described in the paper
"Faster fully homomorphic encryption: Bootstrapping in less than 0.1 seconds"
presented at the IACR conference Asiacrypt 2016 by Ilaria Chillotti,
Nicolas Gama, Mariya Georgieva, Malika Izabachene.
The Fully Homomorphic Encryption is a cryptosystem that supports arbitrary
computation on ciphertexts. It may be used by banks to perform computations on
fully encrypted client information.
¦ ¦ ¦ ¦ 
- 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/tfhe/ && make install clean
- To add the package, run one of these commands:
- pkg install security/tfhe
- pkg install tfhe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tfhe
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1594855889
SHA256 (tfhe-tfhe-v1.0.1-30-ga085efe_GH0.tar.gz) = 758890c75ca7c307fda39ed4d0c30da0c2c62a6da34ecc252d392ef40ebe63b5
SIZE (tfhe-tfhe-v1.0.1-30-ga085efe_GH0.tar.gz) = 155727
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:
-
- cmake : devel/cmake-core
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- fftw3>0 : math/fftw3
- googletest>0 : devel/googletest
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_tfhe
- USES:
- cmake:indirect compiler:c++11-lang gmake localbase:ldflags
- 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.1.30 11 Apr 2024 09:16:53
    |
Max Brazhnikov (makc)  |
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect |
1.0.1.30 09 Sep 2022 20:32:24
    |
Daniel Engberg (diizzy)  |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
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.1.30 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.1.30 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.1.30 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.1.30 15 Jul 2020 23:48:59
  |
yuri  |
security/tfhe: 1.0.1-14 -> 1.0.1-30 |
1.0.1.14 20 Oct 2019 01:17:41
  |
yuri  |
security/tfhe: Only for amd64 |
1.0.1.14 11 Oct 2019 06:32:15
  |
linimon  |
Commit necessary but insufficient changes to try to make this port
build on GCC-based systems:
cc1plus: error: unrecognized command line option "-march=native"
cc1plus: error: unrecognized command line option "-std=gnu++11"
However, this still leaves us with:
/wrkdirs/usr/ports/security/tfhe/work/tfhe-1.0.1-14-g3319e2c/src/libtfhe/fft_processors/nayuki/fft-x8664-avx.s:
Assembler messages:
/wrkdirs/usr/ports/security/tfhe/work/tfhe-1.0.1-14-g3319e2c/src/libtfhe/fft_processors/nayuki/fft-x8664-avx.s:61:
Error: unrecognized opcode: `pushq'
Approved by: portmgr (tier-2 blanket) |
1.0.1.14 11 Oct 2019 03:38:10
  |
yuri  |
New port: security/tfhe: Fast Fully Homomorphic Encryption (FHE) library over
the Torus |