mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Add seal, Microsoft Simple Encrypted Arithmetic Library
This commit is contained in:
parent
3e24c10699
commit
9500212fbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486664
@ -1228,6 +1228,7 @@
|
||||
SUBDIR += scanssh
|
||||
SUBDIR += scrypt
|
||||
SUBDIR += seahorse
|
||||
SUBDIR += seal
|
||||
SUBDIR += seccure
|
||||
SUBDIR += secpanel
|
||||
SUBDIR += sectok
|
||||
|
21
security/seal/Makefile
Normal file
21
security/seal/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= seal
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Microsoft Simple Encrypted Arithmetic Library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/src
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Microsoft
|
||||
GH_PROJECT= SEAL
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/seal/distinfo
Normal file
3
security/seal/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1543982381
|
||||
SHA256 (Microsoft-SEAL-3.1.0_GH0.tar.gz) = 5f8f846f8b715dec7d5ff1ae4d1256d86a88925f1b39179dc5ac3e0b7a2d39e3
|
||||
SIZE (Microsoft-SEAL-3.1.0_GH0.tar.gz) = 248141
|
7
security/seal/pkg-descr
Normal file
7
security/seal/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The Simple Encrypted Arithmetic Library (SEAL) is an easy-to-use but powerful
|
||||
open-source homomorphic encryption library, developed by researchers in the
|
||||
Cryptography Research Group at Microsoft Research. SEAL is written in standard
|
||||
C++; it has no external dependencies, so it is easy to compile in many
|
||||
different environments. SEAL is licensed under the MIT license.
|
||||
|
||||
WWW: http://sealcrypto.org
|
53
security/seal/pkg-plist
Normal file
53
security/seal/pkg-plist
Normal file
@ -0,0 +1,53 @@
|
||||
include/seal/batchencoder.h
|
||||
include/seal/biguint.h
|
||||
include/seal/ciphertext.h
|
||||
include/seal/ckks.h
|
||||
include/seal/context.h
|
||||
include/seal/decryptor.h
|
||||
include/seal/defaultparams.h
|
||||
include/seal/encoder.h
|
||||
include/seal/encryptionparams.h
|
||||
include/seal/encryptor.h
|
||||
include/seal/evaluator.h
|
||||
include/seal/galoiskeys.h
|
||||
include/seal/intarray.h
|
||||
include/seal/keygenerator.h
|
||||
include/seal/memorymanager.h
|
||||
include/seal/plaintext.h
|
||||
include/seal/publickey.h
|
||||
include/seal/randomgen.h
|
||||
include/seal/relinkeys.h
|
||||
include/seal/seal.h
|
||||
include/seal/secretkey.h
|
||||
include/seal/smallmodulus.h
|
||||
include/seal/util/aes.h
|
||||
include/seal/util/baseconverter.h
|
||||
include/seal/util/clang.h
|
||||
include/seal/util/clipnormal.h
|
||||
include/seal/util/common.h
|
||||
include/seal/util/config.h
|
||||
include/seal/util/defines.h
|
||||
include/seal/util/gcc.h
|
||||
include/seal/util/globals.h
|
||||
include/seal/util/hash.h
|
||||
include/seal/util/hestdparms.h
|
||||
include/seal/util/locks.h
|
||||
include/seal/util/mempool.h
|
||||
include/seal/util/msvc.h
|
||||
include/seal/util/numth.h
|
||||
include/seal/util/pointer.h
|
||||
include/seal/util/polyarith.h
|
||||
include/seal/util/polyarithmod.h
|
||||
include/seal/util/polyarithsmallmod.h
|
||||
include/seal/util/polycore.h
|
||||
include/seal/util/randomtostd.h
|
||||
include/seal/util/smallntt.h
|
||||
include/seal/util/uintarith.h
|
||||
include/seal/util/uintarithmod.h
|
||||
include/seal/util/uintarithsmallmod.h
|
||||
include/seal/util/uintcore.h
|
||||
lib/cmake/SEAL/SEALConfig.cmake
|
||||
lib/cmake/SEAL/SEALConfigVersion.cmake
|
||||
lib/cmake/SEAL/SEALTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/SEAL/SEALTargets.cmake
|
||||
lib/libseal.a
|
Loading…
x
Reference in New Issue
Block a user