mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
deploy: 60909655d3
This commit is contained in:
@@ -358,7 +358,7 @@ $(function() {
|
||||
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="namespaceripple.html#a962f446a4782087cfa554c9c926681f8"> 299</a></span><a class="code hl_function" href="namespaceripple.html#a962f446a4782087cfa554c9c926681f8">randomSecretKey</a>()</div>
|
||||
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span>{</div>
|
||||
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> buf[32];</div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> <a class="code hl_function" href="namespacebeast.html#a6894f6dcd09bceda3986ebb1ea7a3eed">beast::rngfill</a>(buf, <span class="keyword">sizeof</span>(buf), <a class="code hl_function" href="namespaceripple.html#a64faabbdff83da8b7fd7aaafbb937867">crypto_prng</a>());</div>
|
||||
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> <a class="code hl_function" href="namespacebeast.html#ad4d3145468ad564a92ac41b9812274a0">beast::rngfill</a>(buf, <span class="keyword">sizeof</span>(buf), <a class="code hl_function" href="namespaceripple.html#a64faabbdff83da8b7fd7aaafbb937867">crypto_prng</a>());</div>
|
||||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <a class="code hl_class" href="classripple_1_1SecretKey.html">SecretKey</a> sk(<a class="code hl_class" href="classripple_1_1Slice.html">Slice</a>{buf, <span class="keyword">sizeof</span>(buf)});</div>
|
||||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <a class="code hl_function" href="namespaceripple.html#afce562bec88f81bc110dbdc1794eadcd">secure_erase</a>(buf, <span class="keyword">sizeof</span>(buf));</div>
|
||||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <span class="keywordflow">return</span> sk;</div>
|
||||
@@ -502,7 +502,7 @@ $(function() {
|
||||
<div class="ttc" id="aend_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/array/end.html">std::array::end</a></div><div class="ttdeci">T end(T... args)</div></div>
|
||||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a></div></div>
|
||||
<div class="ttc" id="amemcpy_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/byte/memcpy.html">std::memcpy</a></div><div class="ttdeci">T memcpy(T... args)</div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_a6894f6dcd09bceda3986ebb1ea7a3eed"><div class="ttname"><a href="namespacebeast.html#a6894f6dcd09bceda3986ebb1ea7a3eed">beast::rngfill</a></div><div class="ttdeci">void rngfill(void *buffer, std::size_t bytes, Generator &g)</div><div class="ttdef"><b>Definition:</b> <a href="rngfill_8h_source.html#l00034">rngfill.h:34</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_ad4d3145468ad564a92ac41b9812274a0"><div class="ttname"><a href="namespacebeast.html#ad4d3145468ad564a92ac41b9812274a0">beast::rngfill</a></div><div class="ttdeci">void rngfill(void *const buffer, std::size_t const bytes, Generator &g)</div><div class="ttdef"><b>Definition:</b> <a href="rngfill_8h_source.html#l00034">rngfill.h:34</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a68243c57c7d8b97e81f46e46bc9d1823"><div class="ttname"><a href="namespaceripple_1_1detail.html#a68243c57c7d8b97e81f46e46bc9d1823">ripple::detail::copy_uint32</a></div><div class="ttdeci">void copy_uint32(std::uint8_t *out, std::uint32_t v)</div><div class="ttdef"><b>Definition:</b> <a href="SecretKey_8cpp_source.html#l00077">SecretKey.cpp:77</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_aecc1aa4944a6cc802ab85597b012a2de"><div class="ttname"><a href="namespaceripple_1_1detail.html#aecc1aa4944a6cc802ab85597b012a2de">ripple::detail::deriveDeterministicRootKey</a></div><div class="ttdeci">uint256 deriveDeterministicRootKey(Seed const &seed)</div><div class="ttdef"><b>Definition:</b> <a href="SecretKey_8cpp_source.html#l00086">SecretKey.cpp:86</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user