mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-05 22:45:35 +00:00
deploy: c24a6041f7
This commit is contained in:
@@ -171,7 +171,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/array.html">std::array<std::uint8_t, 20></a> buf;</div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/copy.html">std::copy</a>(seed.<a class="code hl_function" href="classxrpl_1_1Seed.html#a1673a39c8094dac5c9dec0b11fb53d29">begin</a>(), seed.<a class="code hl_function" href="classxrpl_1_1Seed.html#a4cbf10a3a8e5b0a2f4f7f7274582d404">end</a>(), buf.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/array/begin.html">begin</a>());</div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="comment">// The odds that this loop executes more than once are neglible</span></div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="comment">// The odds that this loop executes more than once are negligible</span></div>
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="comment">// but *just* in case someone managed to generate a key that required</span></div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="comment">// more iterations loop a few times.</span></div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keywordflow">for</span> (<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq = 0; seq != 128; ++seq)</div>
|
||||
@@ -216,7 +216,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/copy.html">std::copy</a>(<a class="code hl_variable" href="classxrpl_1_1detail_1_1Generator.html#ab715da469fea2845dca0ce0312e72101">generator_</a>.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/array/begin.html">begin</a>(), <a class="code hl_variable" href="classxrpl_1_1detail_1_1Generator.html#ab715da469fea2845dca0ce0312e72101">generator_</a>.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/array/end.html">end</a>(), buf.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/array/begin.html">begin</a>());</div>
|
||||
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <a class="code hl_function" href="namespacexrpl_1_1detail.html#a221ca9414c2dc1dda9d953253a5af14b">copy_uint32</a>(buf.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/array/data.html">data</a>() + 33, seq);</div>
|
||||
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
|
||||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <span class="comment">// The odds that this loop executes more than once are neglible</span></div>
|
||||
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <span class="comment">// The odds that this loop executes more than once are negligible</span></div>
|
||||
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <span class="comment">// but we impose a maximum limit just in case.</span></div>
|
||||
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keywordflow">for</span> (<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> subseq = 0; subseq != 128; ++subseq)</div>
|
||||
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> {</div>
|
||||
|
||||
Reference in New Issue
Block a user