2014-06-08 21:44:14 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2014-06-08 23:33:25 +00:00
< meta name = "generator" content = "Doxygen 1.8.7" / >
2014-06-08 21:44:14 +00:00
< title > post quantum cryptography: keypair Struct Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
2014-06-08 23:33:25 +00:00
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
2014-06-08 21:44:14 +00:00
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
$(document).ready(function() { searchBox.OnSelectItem(0); });
< / script >
2014-06-08 23:33:25 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2014-06-08 21:44:14 +00:00
< / head >
< body >
2014-06-08 23:33:25 +00:00
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
2014-06-08 21:44:14 +00:00
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td style = "padding-left: 0.5em;" >
< div id = "projectname" > post quantum cryptography
< / div >
< div id = "projectbrief" > Highly optimized implementation of the NTRUEncrypt algorithm< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
2014-06-08 23:33:25 +00:00
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
2014-06-08 21:44:14 +00:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Data  Structures< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Data  Structures< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Data  Structure  Index< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Data  Fields< / span > < / a > < / li >
< / ul >
< / div >
2014-06-08 23:33:25 +00:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
2014-06-09 00:26:41 +00:00
< a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(0)" > < span class = "SelectionMark" >   < / span > All< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(1)" > < span class = "SelectionMark" >   < / span > Data Structures< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(2)" > < span class = "SelectionMark" >   < / span > Files< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(3)" > < span class = "SelectionMark" >   < / span > Functions< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(4)" > < span class = "SelectionMark" >   < / span > Variables< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(5)" > < span class = "SelectionMark" >   < / span > Typedefs< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(6)" > < span class = "SelectionMark" >   < / span > Pages< / a > < / div >
2014-06-08 23:33:25 +00:00
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
2014-06-08 21:44:14 +00:00
< / div >
2014-06-08 23:33:25 +00:00
< / div > <!-- top -->
2014-06-08 21:44:14 +00:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Data Fields< / a > < / div >
< div class = "headertitle" >
< div class = "title" > keypair Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2014-06-08 23:33:25 +00:00
2014-06-22 20:59:53 +00:00
< p > < code > #include < < a class = "el" href = "ntru__keypair_8h_source.html" > ntru_keypair.h< / a > > < / code > < / p >
2014-06-08 21:44:14 +00:00
< table class = "memberdecls" >
2014-06-08 23:33:25 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
2014-06-08 21:44:14 +00:00
Data Fields< / h2 > < / td > < / tr >
2014-06-08 23:33:25 +00:00
< tr class = "memitem:a9e9805ad001216da53f2c57accb288e1" > < td class = "memItemLeft" align = "right" valign = "top" > fmpz_poly_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structkeypair.html#a9e9805ad001216da53f2c57accb288e1" > priv< / a > < / td > < / tr >
< tr class = "separator:a9e9805ad001216da53f2c57accb288e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9e63f1d275b91c9d9716fb4069461799" > < td class = "memItemLeft" align = "right" valign = "top" > fmpz_poly_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structkeypair.html#a9e63f1d275b91c9d9716fb4069461799" > priv_inv< / a > < / td > < / tr >
< tr class = "separator:a9e63f1d275b91c9d9716fb4069461799" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afa635c70f233d0b7449b4a17513646c4" > < td class = "memItemLeft" align = "right" valign = "top" > fmpz_poly_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structkeypair.html#afa635c70f233d0b7449b4a17513646c4" > pub< / a > < / td > < / tr >
< tr class = "separator:afa635c70f233d0b7449b4a17513646c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2014-06-08 21:44:14 +00:00
< / table >
2014-06-08 23:33:25 +00:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2014-06-08 21:44:14 +00:00
< div class = "textblock" > < p > This struct holds the keypair, both private and public components. < / p >
2014-06-22 20:59:53 +00:00
< p > Definition at line < a class = "el" href = "ntru__keypair_8h_source.html#l00049" > 49< / a > of file < a class = "el" href = "ntru__keypair_8h_source.html" > ntru_keypair.h< / a > .< / p >
2014-06-08 23:33:25 +00:00
< / div > < h2 class = "groupheader" > Field Documentation< / h2 >
< a class = "anchor" id = "a9e9805ad001216da53f2c57accb288e1" > < / a >
2014-06-08 21:44:14 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2014-06-08 23:33:25 +00:00
< td class = "memname" > fmpz_poly_t keypair::priv< / td >
2014-06-08 21:44:14 +00:00
< / tr >
< / table >
2014-06-08 23:33:25 +00:00
< / div > < div class = "memdoc" >
2014-06-08 21:44:14 +00:00
< p > First part of the private key, a random polynom. < / p >
2014-06-22 20:59:53 +00:00
< p > Definition at line < a class = "el" href = "ntru__keypair_8h_source.html#l00054" > 54< / a > of file < a class = "el" href = "ntru__keypair_8h_source.html" > ntru_keypair.h< / a > .< / p >
2014-06-08 21:44:14 +00:00
< / div >
< / div >
2014-06-08 23:33:25 +00:00
< a class = "anchor" id = "a9e63f1d275b91c9d9716fb4069461799" > < / a >
2014-06-08 21:44:14 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2014-06-08 23:33:25 +00:00
< td class = "memname" > fmpz_poly_t keypair::priv_inv< / td >
2014-06-08 21:44:14 +00:00
< / tr >
< / table >
2014-06-08 23:33:25 +00:00
< / div > < div class = "memdoc" >
2014-06-08 21:44:14 +00:00
< p > Second part of the private key, the priv polynom inverted. < / p >
2014-06-22 20:59:53 +00:00
< p > Definition at line < a class = "el" href = "ntru__keypair_8h_source.html#l00059" > 59< / a > of file < a class = "el" href = "ntru__keypair_8h_source.html" > ntru_keypair.h< / a > .< / p >
2014-06-08 21:44:14 +00:00
< / div >
< / div >
2014-06-08 23:33:25 +00:00
< a class = "anchor" id = "afa635c70f233d0b7449b4a17513646c4" > < / a >
2014-06-08 21:44:14 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2014-06-08 23:33:25 +00:00
< td class = "memname" > fmpz_poly_t keypair::pub< / td >
2014-06-08 21:44:14 +00:00
< / tr >
< / table >
2014-06-08 23:33:25 +00:00
< / div > < div class = "memdoc" >
2014-06-08 21:44:14 +00:00
< p > The public key, computed as: h = p * (Fq * g) mod q < / p >
2014-06-22 20:59:53 +00:00
< p > Definition at line < a class = "el" href = "ntru__keypair_8h_source.html#l00064" > 64< / a > of file < a class = "el" href = "ntru__keypair_8h_source.html" > ntru_keypair.h< / a > .< / p >
2014-06-08 21:44:14 +00:00
< / div >
< / div >
2014-06-09 00:26:41 +00:00
< hr / > The documentation for this struct was generated from the following file:< ul >
2014-06-22 20:59:53 +00:00
< li > < a class = "el" href = "ntru__keypair_8h_source.html" > ntru_keypair.h< / a > < / li >
2014-06-08 21:44:14 +00:00
< / ul >
< / div > <!-- contents -->
2014-06-08 23:33:25 +00:00
<!-- start footer part -->
2014-06-08 21:44:14 +00:00
< hr class = "footer" / > < address class = "footer" > < small >
2014-06-22 20:59:53 +00:00
Generated on Sun Jun 22 2014 20:59:44 for post quantum cryptography by   < a href = "http://www.doxygen.org/index.html" >
2014-06-08 21:44:14 +00:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2014-06-08 23:33:25 +00:00
< / a > 1.8.7
2014-06-08 21:44:14 +00:00
< / small > < / address >
< / body >
< / html >