SeComLib
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Macros
Pages
secure_face_recognition_utils
secure_face_recognition_utils/comparison_blinding_factor_cache_parameters.h
Go to the documentation of this file.
1
/*
2
SeComLib
3
Copyright 2012-2013 TU Delft, Information Security & Privacy Lab (http://isplab.tudelft.nl/)
4
5
Contributors:
6
Inald Lagendijk (R.L.Lagendijk@TUDelft.nl)
7
Mihai Todor (todormihai@gmail.com)
8
Thijs Veugen (P.J.M.Veugen@tudelft.nl)
9
Zekeriya Erkin (z.erkin@tudelft.nl)
10
11
Licensed under the Apache License, Version 2.0 (the "License");
12
you may not use this file except in compliance with the License.
13
You may obtain a copy of the License at
14
15
http://www.apache.org/licenses/LICENSE-2.0
16
17
Unless required by applicable law or agreed to in writing, software
18
distributed under the License is distributed on an "AS IS" BASIS,
19
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
See the License for the specific language governing permissions and
21
limitations under the License.
22
*/
29
#ifndef COMPARISON_BLINDING_FACTOR_CACHE_PARAMETERS_HEADER_GUARD
30
#define COMPARISON_BLINDING_FACTOR_CACHE_PARAMETERS_HEADER_GUARD
31
32
//include our headers
33
#include "
utils/config.h
"
34
#include "
core/big_integer.h
"
35
#include "
core/blinding_factor_cache_parameters.h
"
36
37
namespace
SeComLib {
38
using namespace
Core;
39
40
namespace
SecureFaceRecognitionUtils {
44
struct
ComparisonBlindingFactorCacheParameters
:
public
BlindingFactorCacheParameters
{
45
public
:
47
BigInteger
twoPowL
;
48
50
ComparisonBlindingFactorCacheParameters
(
const
std::string &configurationPath,
const
size_t
l);
51
};
52
}
//namespace SecureFaceRecognitionUtils
53
}
//namespace SeComLib
54
55
#endif//COMPARISON_BLINDING_FACTOR_CACHE_PARAMETERS_HEADER_GUARD
big_integer.h
Defines BigInteger.
blinding_factor_cache_parameters.h
Definition of struct BlindingFactorCacheParameters.
config.h
Definition of class Config.
SeComLib::SecureFaceRecognitionUtils::ComparisonBlindingFactorCacheParameters::twoPowL
BigInteger twoPowL
Definition:
secure_face_recognition_utils/comparison_blinding_factor_cache_parameters.h:47
SeComLib::SecureFaceRecognitionUtils::ComparisonBlindingFactorCacheParameters
Comparison blinding factor cache parameter container struct.
Definition:
secure_face_recognition_utils/comparison_blinding_factor_cache_parameters.h:44
SeComLib::Core::BlindingFactorCacheParameters
Blinding factor cache parameter container struct.
Definition:
blinding_factor_cache_parameters.h:41
Generated on Mon Jan 27 2014 01:04:37 for SeComLib by
1.8.6