Lastest doxygen docs updated

travis build: 30
	commit: f76429b24b
	auto-pushed to gh-pages
This commit is contained in:
travis-ci
2014-06-09 00:26:41 +00:00
parent b333b7d765
commit 7ab70a5d04
210 changed files with 285 additions and 13780 deletions

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>post quantum cryptography: /home/travis/build/hasufell/pqc/include/decrypt.h File Reference</title>
<title>post quantum cryptography: decrypt.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -69,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
@@ -78,10 +78,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
@@ -99,9 +95,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div><div class="textblock"><div class="dynheader">
Include dependency graph for decrypt.h:</div>
<div class="dyncontent">
<div class="center"><img src="decrypt_8h__incl.png" border="0" usemap="#_2home_2travis_2build_2hasufell_2pqc_2include_2decrypt_8h" alt=""/></div>
<map name="_2home_2travis_2build_2hasufell_2pqc_2include_2decrypt_8h" id="_2home_2travis_2build_2hasufell_2pqc_2include_2decrypt_8h">
<area shape="rect" id="node3" href="ntru_8h.html" title="public API, basic data types " alt="" coords="128,117,181,147"/></map>
<div class="center"><img src="decrypt_8h__incl.png" border="0" usemap="#decrypt_8h" alt=""/></div>
<map name="decrypt_8h" id="decrypt_8h">
<area shape="rect" id="node3" href="ntru_8h.html" title="public API, basic data types " alt="" coords="128,83,181,112"/></map>
</div>
</div>
<p><a href="decrypt_8h_source.html">Go to the source code of this file.</a></p>
@@ -156,33 +152,20 @@ Functions</h2></td></tr>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">encr_msg</td><td>the encrypted message in the form of a string </td></tr>
<tr><td class="paramname">priv_key</td><td>the polynom containing the private key to decrypt the message </td></tr>
<tr><td class="paramname">priv_key</td><td>the polynomial containing the private key to decrypt the message </td></tr>
<tr><td class="paramname">priv_key_inv</td><td>the inverse polynome to the private key </td></tr>
<tr><td class="paramname">params</td><td>the <a class="el" href="structntru__params.html">ntru_params</a> </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>the decrypted string or NULL on failure</dd></dl>
<p>Decryption of a given encrypted string.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">encr_msg</td><td>the encrypted message in the form of a string </td></tr>
<tr><td class="paramname">priv_key</td><td>the polynom containing the private key to decrypt the message </td></tr>
<tr><td class="paramname">priv_key_inv</td><td>the inverse polynome to the private key </td></tr>
<tr><td class="paramname">params</td><td>the <a class="el" href="structntru__params.html">ntru_params</a> </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>the decrypted string </dd></dl>
<p>Definition at line <a class="el" href="ntru__decrypt_8c_source.html#l00092">92</a> of file <a class="el" href="ntru__decrypt_8c_source.html">ntru_decrypt.c</a>.</p>
<dl class="section return"><dt>Returns</dt><dd>the decrypted string or NULL on failure </dd></dl>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Jun 8 2014 23:33:23 for post quantum cryptography by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Jun 9 2014 00:26:38 for post quantum cryptography by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>