36489390a8
into the Packages Collection. HElib is a software library that implements homomorphic encryption (HE). Currently available is an implementation of the Brakerski-Gentry-Vaikuntanathan (BGV) scheme, along with many optimizations to make homomorphic evaluation run faster, focusing mostly on effective use of the Smart-Vercauteren ciphertext packing techniques and the Gentry-Halevi-Smart optimizations.
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2013/05/18 18:36:25 agc Exp $
|
|
|
|
DISTNAME= HElib-20130501
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://github.com/shaih/HElib/
|
|
COMMENT= Homeomorphic Encryption library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/HElib-master/src
|
|
|
|
USE_LANGUAGES+= c++
|
|
USE_TOOLS+= gmake
|
|
|
|
TEST_TARGET= check
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../math/ntl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|