libfhe
include
fhe.h
Go to the documentation of this file.
1
// libfhe
2
//
3
// This program is free software: you can redistribute it and/or modify
4
// it under the terms of the GNU General Public License as published by
5
// the Free Software Foundation, either version 3 of the License, or
6
// (at your option) any later version.
7
//
8
// This program is distributed in the hope that it will be useful,
9
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
// GNU General Public License for more details.
12
//
13
// You should have received a copy of the GNU General Public License
14
// along with this program. If not, see <http://www.gnu.org/licenses/>.
15
//
16
//===----------------------------------------------------------------------===//
27
//===----------------------------------------------------------------------===//
49
50
#ifndef FHE_H
51
#define FHE_H
52
53
#include "
fhe_bgv.h
"
54
#include "
fhe_config.h
"
55
#include "
fhe_poly.h
"
56
#include "
fhe_ring.h
"
57
58
#endif
/* FHE_H */
fhe_bgv.h
fhe_config.h
fhe_poly.h
fhe_ring.h
Generated by
1.9.4