post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Pages
src
ntru_params.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2014 FH Bielefeld
3
*
4
* This file is part of a FH Bielefeld project.
5
*
6
* This library is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU Lesser General Public
8
* License as published by the Free Software Foundation; either
9
* version 2.1 of the License, or (at your option) any later version.
10
*
11
* This library is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* Lesser General Public License for more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public
17
* License along with this library; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
* MA 02110-1301 USA
20
*/
21
29
#ifndef NTRU_PARAMS_H
30
#define NTRU_PARAMS_H
31
32
33
#include <stdint.h>
34
35
36
typedef
struct
ntru_params
ntru_params
;
37
38
43
struct
ntru_params
{
48
uint32_t
N
;
52
uint32_t
q
;
56
uint32_t
p
;
57
};
58
59
60
#endif
/* NTRU_PARAMS_H */
ntru_params::N
uint32_t N
Definition:
ntru_params.h:48
ntru_params::p
uint32_t p
Definition:
ntru_params.h:56
ntru_params
Definition:
ntru_params.h:43
ntru_params::q
uint32_t q
Definition:
ntru_params.h:52
Generated on Sun Jun 8 2014 23:33:23 for post quantum cryptography by
1.8.7