From 653cc27db4c1643c54bd0d527126744e26001f47 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Mon, 23 Jun 2014 16:04:08 +0000 Subject: [PATCH] Lastest doxygen docs updated travis build: 41 commit: 9a57b5e7c18ad430c86510d6eb6a909431a96016 auto-pushed to gh-pages --- annotated.html | 2 +- classes.html | 2 +- doxygen_8dox.html | 2 +- files.html | 2 +- functions.html | 2 +- functions_vars.html | 2 +- globals.html | 2 +- globals_func.html | 2 +- globals_type.html | 2 +- globals_vars.html | 2 +- graph_legend.html | 2 +- index.html | 2 +- ntru_8h.html | 3 +- ntru_8h_source.html | 58 ++++++++++++++-------------- ntru__decrypt_8h.html | 2 +- ntru__decrypt_8h_source.html | 2 +- ntru__encrypt_8h.html | 2 +- ntru__encrypt_8h_source.html | 2 +- ntru__keypair_8h.html | 12 +++--- ntru__keypair_8h_source.html | 75 ++++++++++++++++++------------------ ntru__rnd_8h.html | 2 +- ntru__rnd_8h_source.html | 2 +- structkeypair.html | 2 +- structntru__params.html | 2 +- structstring.html | 2 +- 25 files changed, 95 insertions(+), 95 deletions(-) diff --git a/annotated.html b/annotated.html index cd78c75..5503b7d 100644 --- a/annotated.html +++ b/annotated.html @@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/classes.html b/classes.html index 55cfb8f..9ca5d6b 100644 --- a/classes.html +++ b/classes.html @@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/doxygen_8dox.html b/doxygen_8dox.html index 9d3b643..202d9e6 100644 --- a/doxygen_8dox.html +++ b/doxygen_8dox.html @@ -87,7 +87,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/files.html b/files.html index eee6682..c2ecf2e 100644 --- a/files.html +++ b/files.html @@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions.html b/functions.html index 7d2aae8..951d7b1 100644 --- a/functions.html +++ b/functions.html @@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/functions_vars.html b/functions_vars.html index d53e898..13626a9 100644 --- a/functions_vars.html +++ b/functions_vars.html @@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/globals.html b/globals.html index d7a25e0..48ccff3 100644 --- a/globals.html +++ b/globals.html @@ -165,7 +165,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/globals_func.html b/globals_func.html index bee48da..9935dc4 100644 --- a/globals_func.html +++ b/globals_func.html @@ -153,7 +153,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/globals_type.html b/globals_type.html index 8850d3f..ed58f9e 100644 --- a/globals_type.html +++ b/globals_type.html @@ -102,7 +102,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/globals_vars.html b/globals_vars.html index 6016e45..ccbd339 100644 --- a/globals_vars.html +++ b/globals_vars.html @@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/graph_legend.html b/graph_legend.html index 39d68d0..15aefeb 100644 --- a/graph_legend.html +++ b/graph_legend.html @@ -144,7 +144,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem diff --git a/index.html b/index.html index 594c547..6668e8f 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@ References diff --git a/ntru_8h.html b/ntru_8h.html index 6527264..da6a7aa 100644 --- a/ntru_8h.html +++ b/ntru_8h.html @@ -340,7 +340,6 @@ Functions -
Returns
newly allocated polynomial pointer, must be freed with fmpz_poly_clear()
@@ -451,7 +450,7 @@ Functions diff --git a/ntru_8h_source.html b/ntru_8h_source.html index 80acca4..871de49 100644 --- a/ntru_8h_source.html +++ b/ntru_8h_source.html @@ -136,34 +136,34 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
98 void
99 string_delete(string *del_string);
100 
-
114 void
-
115 poly_new(fmpz_poly_t new_poly,
-
116  int const * const c,
-
117  const size_t len);
-
118 
-
125 void
-
126 poly_delete(fmpz_poly_t poly);
-
127 
-
136 void
-
137 poly_delete_array(fmpz_poly_t **poly_array);
-
138 
-
147 void
-
148 poly_delete_all(fmpz_poly_t poly, ...);
-
149 
-
155 void
-
156 poly_draw(const fmpz_poly_t poly);
-
157 
-
164 void
-
165 poly_draw_pretty(const fmpz_poly_t poly);
-
166 
-
174 string *
-
175 read_file(char const * const filename);
-
176 
-
184 void
-
185 write_file(string const *wstring, char const * const filename);
-
186 
-
187 
-
188 #endif /* NTRU_NTRU_H_ */
+
112 void
+
113 poly_new(fmpz_poly_t new_poly,
+
114  int const * const c,
+
115  const size_t len);
+
116 
+
123 void
+
124 poly_delete(fmpz_poly_t poly);
+
125 
+
134 void
+
135 poly_delete_array(fmpz_poly_t **poly_array);
+
136 
+
145 void
+
146 poly_delete_all(fmpz_poly_t poly, ...);
+
147 
+
153 void
+
154 poly_draw(const fmpz_poly_t poly);
+
155 
+
162 void
+
163 poly_draw_pretty(const fmpz_poly_t poly);
+
164 
+
172 string *
+
173 read_file(char const * const filename);
+
174 
+
182 void
+
183 write_file(string const *wstring, char const * const filename);
+
184 
+
185 
+
186 #endif /* NTRU_NTRU_H_ */
void string_delete(string *del_string)
void poly_new(fmpz_poly_t new_poly, int const *const c, const size_t len)
size_t len
Definition: ntru.h:78
@@ -184,7 +184,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/ntru__decrypt_8h.html b/ntru__decrypt_8h.html index 4dd3909..697c35c 100644 --- a/ntru__decrypt_8h.html +++ b/ntru__decrypt_8h.html @@ -165,7 +165,7 @@ Functions diff --git a/ntru__decrypt_8h_source.html b/ntru__decrypt_8h_source.html index 9a35329..afd06de 100644 --- a/ntru__decrypt_8h_source.html +++ b/ntru__decrypt_8h_source.html @@ -130,7 +130,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/ntru__encrypt_8h.html b/ntru__encrypt_8h.html index 293252e..30a32a7 100644 --- a/ntru__encrypt_8h.html +++ b/ntru__encrypt_8h.html @@ -165,7 +165,7 @@ Functions diff --git a/ntru__encrypt_8h_source.html b/ntru__encrypt_8h_source.html index 0299374..f98c931 100644 --- a/ntru__encrypt_8h_source.html +++ b/ntru__encrypt_8h_source.html @@ -130,7 +130,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/ntru__keypair_8h.html b/ntru__keypair_8h.html index db1de0a..4aed8dc 100644 --- a/ntru__keypair_8h.html +++ b/ntru__keypair_8h.html @@ -239,8 +239,8 @@ Variables

Import the private key from a file and store him along with his inverse.

Parameters
- - + +
privwhere to save the private key [out]
priv_invwhere to save the inverse of the private key [out]
privwhere to save the private key, must be initialized [out]
priv_invwhere to save the inverse of the private key, must be initialized [out]
filenamethe file to get the private key from
paramsthe NTRU context
@@ -281,7 +281,7 @@ Variables

Import the public key from a file.

Parameters
- +
pubwhere to save the public key [out]
pubwhere to save the public key, must be initialized [out]
filenamethe file to get the public key from
paramsthe NTRU context
@@ -328,7 +328,7 @@ Variables

Creates an NTRU key pair, consisting of public and private components.

Parameters
- + @@ -373,14 +373,14 @@ Variables
pairstore private and public components here [out]
pairstore private and public components here (the polynomials inside the struct will be automatically initialized) [out]
fa random polynomial
ga random polynomial
paramsthe NTRU context
-

Definition at line 108 of file ntru_keypair.h.

+

Definition at line 110 of file ntru_keypair.h.

diff --git a/ntru__keypair_8h_source.html b/ntru__keypair_8h_source.html index d23d0d1..190b904 100644 --- a/ntru__keypair_8h_source.html +++ b/ntru__keypair_8h_source.html @@ -126,41 +126,42 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
65 };
66 
67 
-
80 bool
- -
82  keypair *pair,
-
83  const fmpz_poly_t f,
-
84  const fmpz_poly_t g,
-
85  const ntru_params *params);
-
86 
-
94 void
-
95 export_public_key(char const * const filename,
-
96  const fmpz_poly_t pub,
-
97  const ntru_params *params)
-
98 
-
99 
-
106 void
-
107 export_priv_key(char const * const filename,
-
108  const fmpz_poly_t priv,
-
109  const ntru_params *params)
-
110 
-
111 
-
118 void
-
119 import_public_key(fmpz_poly_t pub,
-
120  char const * const filename,
-
121  const ntru_params *params);
-
122 
-
132 void
-
133 import_priv_key(fmpz_poly_t priv,
-
134  fmpz_poly_t priv_inv,
-
135  char const * const filename,
-
136  const ntru_params *params);
-
137 
-
145 void
- -
147 
-
148 
-
149 #endif /* PUBLIC_NTRU_KEYPAIR_H_ */
+
82 bool
+ +
84  keypair *pair,
+
85  const fmpz_poly_t f,
+
86  const fmpz_poly_t g,
+
87  const ntru_params *params);
+
88 
+
96 void
+
97 export_public_key(char const * const filename,
+
98  const fmpz_poly_t pub,
+
99  const ntru_params *params)
+
100 
+
101 
+
108 void
+
109 export_priv_key(char const * const filename,
+
110  const fmpz_poly_t priv,
+
111  const ntru_params *params)
+
112 
+
113 
+
120 void
+
121 import_public_key(fmpz_poly_t pub,
+
122  char const * const filename,
+
123  const ntru_params *params);
+
124 
+
125 
+
136 void
+
137 import_priv_key(fmpz_poly_t priv,
+
138  fmpz_poly_t priv_inv,
+
139  char const * const filename,
+
140  const ntru_params *params);
+
141 
+
149 void
+ +
151 
+
152 
+
153 #endif /* PUBLIC_NTRU_KEYPAIR_H_ */
public API, basic data types
void export_public_key(char const *const filename, const fmpz_poly_t pub, const ntru_params *params) void export_priv_key(char const *const filename
void import_priv_key(fmpz_poly_t priv, fmpz_poly_t priv_inv, char const *const filename, const ntru_params *params)
@@ -172,11 +173,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
void const fmpz_poly_t const ntru_params *params void import_public_key(fmpz_poly_t pub, char const *const filename, const ntru_params *params)
void ntru_delete_keypair(keypair *pair)
-
void const fmpz_poly_t priv
Definition: ntru_keypair.h:108
+
void const fmpz_poly_t priv
Definition: ntru_keypair.h:110
diff --git a/ntru__rnd_8h.html b/ntru__rnd_8h.html index ed5527c..918b181 100644 --- a/ntru__rnd_8h.html +++ b/ntru__rnd_8h.html @@ -212,7 +212,7 @@ Functions diff --git a/ntru__rnd_8h_source.html b/ntru__rnd_8h_source.html index f5ebff6..9a09049 100644 --- a/ntru__rnd_8h_source.html +++ b/ntru__rnd_8h_source.html @@ -139,7 +139,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); diff --git a/structkeypair.html b/structkeypair.html index a7a6239..d9b3109 100644 --- a/structkeypair.html +++ b/structkeypair.html @@ -155,7 +155,7 @@ Data Fields diff --git a/structntru__params.html b/structntru__params.html index 3b0866f..b6e1ab3 100644 --- a/structntru__params.html +++ b/structntru__params.html @@ -155,7 +155,7 @@ Data Fields diff --git a/structstring.html b/structstring.html index fa0f946..43cf4f0 100644 --- a/structstring.html +++ b/structstring.html @@ -138,7 +138,7 @@ Data Fields