bfe-bf

所属分类:加密解密
开发工具:C
文件大小:74KB
下载次数:0
上传日期:2022-11-24 10:36:27
上 传 者sh-1993
说明:  使用Boneh Franklin IBE实现Bloom Filter加密
(Implementation of Bloom Filter Encryption using the Boneh-Franklin IBE)

文件列表:
.clang-format (337, 2023-07-18)
CMakeLists.txt (4434, 2023-07-18)
FIPS202-opt64 (0, 2023-07-18)
FIPS202-opt64\KeccakHash.c (3188, 2023-07-18)
FIPS202-opt64\KeccakHash.h (5381, 2023-07-18)
FIPS202-opt64\KeccakP-1600-64.macros (71651, 2023-07-18)
FIPS202-opt64\KeccakP-1600-SnP.h (2087, 2023-07-18)
FIPS202-opt64\KeccakP-1600-opt64-config.h (186, 2023-07-18)
FIPS202-opt64\KeccakP-1600-opt64.c (17910, 2023-07-18)
FIPS202-opt64\KeccakP-1600-unrolling.macros (9611, 2023-07-18)
FIPS202-opt64\KeccakSponge-common.h (1561, 2023-07-18)
FIPS202-opt64\KeccakSponge.inc (11136, 2023-07-18)
FIPS202-opt64\KeccakSpongeWidth1600.c (1560, 2023-07-18)
FIPS202-opt64\KeccakSpongeWidth1600.h (1038, 2023-07-18)
FIPS202-opt64\SnP-Relaned.h (6261, 2023-07-18)
FIPS202-opt64\align.h (862, 2023-07-18)
FIPS202-opt64\brg_endian.h (6076, 2023-07-18)
LICENSE (7049, 2023-07-18)
bench.cpp (31948, 2023-07-18)
bfe-bf.c (14887, 2023-07-18)
bfe.pc.in (291, 2023-07-18)
bloom.h (6124, 2023-07-18)
cmake (0, 2023-07-18)
cmake\Findlibsodium.cmake (1374, 2023-07-18)
cmake\Findrelic.cmake (1152, 2023-07-18)
config.h.in (323, 2023-07-18)
core.c (1876, 2023-07-18)
core.h (1590, 2023-07-18)
crypto_api.c (3124, 2023-07-18)
include (0, 2023-07-18)
include\bfe-bf.h (15777, 2023-07-18)
include\crypto_api.h (1805, 2023-07-18)
include\macros.h (995, 2023-07-18)
include\tbfe-bbg.h (8064, 2023-07-18)
include\types.h (4224, 2023-07-18)
tbfe-bbg-tools.h (1017, 2023-07-18)
tbfe-bbg.c (88466, 2023-07-18)
... ...

Bloom Filter Encryption from Boneh-Franklin IBE =============================================== This library implements bloom filter encryption (BFE) based on the paper [*Bloom Filter Encryption and Applications to Efficient Forward-Secret 0-RTT Key Exchange*](https://eprint.iacr.org/2018/199) by David Derler, Tibor Jager, Daniel Slamanig, and Christoph Striecks. It implements IND-CCA2-secure BFE based on the Boneh-Franklin IBE. Dependencies ------------ The BFE library requires the following dependencies: * [relic](https://github.com/relic-toolkit/relic) * [libsodium](https://libsodium.gitbook.io/doc/) * [doxygen](http://www.doxygen.nl/index.html) (optional, for documentation) * [cgreen](https://github.com/cgreen-devs/cgreen) (optional, for tests) * [cxxopts](https://github.com/jarro2783/cxxopts) (optional, for benchmarks) Building -------- First configure the build with `cmake` and then run `make`: ```sh mkdir build cd build cmake .. make ``` License ------- The code is licensed under the CC0 license and was written by Sebastian Ramacher (AIT Austrian Institute of Technology) and Erkan Tairi while at AIT. This work has been partially funded by the "ICT of the Future" Program of the FFG and the BMVIT as part of [IoT4CPS](https://iot4cps.at) and by the EU projects [SECREDAS](https://secredas-project.eu/), [COMP4DRONES](https://www.comp4drones.eu), [LABYRINTH](https://labyrinth2020.eu/). This project has received funding from the European Unions Horizon 2020 research and innovation programme under grant agreement No 783119, 826610, and 861696. The SHAKE implementation is taken from [eXtended Keccak Code Package](https://github.com/XKCP/XKCP) which is also available under the CC0 license.

近期下载者

相关文件


收藏者