Skip to content

Latest commit

 

History

History

distributed_point_functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Name: The Incremental Distributed Point Functions library
Short Name: distributed_point_functions
URL: https://github.com/google/distributed_point_functions
Version: 0
Revision: 54c2044a71923717b5ee9dcf095bae2d4d407eb2
Date: 2021-12-13
License: Apache 2.0
License File: LICENSE
Security Critical: Yes
CPEPrefix: unknown

Description:
This library contains an implementation of incremental distributed point
functions, based on the paper by Boneh et al.

Local Modifications:
The directory code/ is a copy of the source code, modified in two ways. First,
all top-level directories other than dpf/ have been removed as they are unused.
Second, a .clang-format file has been added to disable automatic code
formatting. Parts of code/dpf/distributed_point_function_test.cc are also
adapted for fuzzing in fuzz/dpf_fuzzer.cc.

The source code pulled in depends on "glog/logging.h" which is not accessible
from chromium. As a workaround, we create a simple glog/logging.h that includes
the macros needed.