mpvrc/rand_chacha/index.html

2 lines
No EOL
5.5 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="The ChaCha random number generator."><title>rand_chacha - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="rand_chacha" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.1 (e71f9a9a9 2025-01-27)" data-channel="1.84.1" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../static.files/storage-59e33391.js"></script><script defer src="../crates.js"></script><script defer src="../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-893ab5e7.css"></noscript><link rel="icon" href="https://www.rust-lang.org/favicon.ico"></head><body class="rustdoc mod crate"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../rand_chacha/index.html"><img src="https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../rand_chacha/index.html"><img src="https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" alt="logo"></a><h2><a href="../rand_chacha/index.html">rand_<wbr>chacha</a><span class="version">0.3.1</span></h2></div><div class="sidebar-elems"><ul class="block"><li><a id="all-types" href="all.html">All Items</a></li></ul><section id="rustdoc-toc"><h3><a href="#reexports">Crate Items</a></h3><ul class="block"><li><a href="#reexports" title="Re-exports">Re-exports</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Crate <span>rand_chacha</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/rand_chacha/lib.rs.html#9-33">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The ChaCha random number generator.</p>
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.rand_core"><code>pub use <a class="mod" href="../rand_core/index.html" title="mod rand_core">rand_core</a>;</code></div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.ChaCha8Core.html" title="struct rand_chacha::ChaCha8Core">ChaCha8<wbr>Core</a></div><div class="desc docblock-short">ChaCha with 8 rounds</div></li><li><div class="item-name"><a class="struct" href="struct.ChaCha8Rng.html" title="struct rand_chacha::ChaCha8Rng">ChaCha8<wbr>Rng</a></div><div class="desc docblock-short">A cryptographically secure random number generator that uses the ChaCha algorithm.</div></li><li><div class="item-name"><a class="struct" href="struct.ChaCha12Core.html" title="struct rand_chacha::ChaCha12Core">ChaCha12<wbr>Core</a></div><div class="desc docblock-short">ChaCha with 12 rounds</div></li><li><div class="item-name"><a class="struct" href="struct.ChaCha12Rng.html" title="struct rand_chacha::ChaCha12Rng">ChaCha12<wbr>Rng</a></div><div class="desc docblock-short">A cryptographically secure random number generator that uses the ChaCha algorithm.</div></li><li><div class="item-name"><a class="struct" href="struct.ChaCha20Core.html" title="struct rand_chacha::ChaCha20Core">ChaCha20<wbr>Core</a></div><div class="desc docblock-short">ChaCha with 20 rounds</div></li><li><div class="item-name"><a class="struct" href="struct.ChaCha20Rng.html" title="struct rand_chacha::ChaCha20Rng">ChaCha20<wbr>Rng</a></div><div class="desc docblock-short">A cryptographically secure random number generator that uses the ChaCha algorithm.</div></li></ul><h2 id="types" class="section-header">Type Aliases<a href="#types" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="type" href="type.ChaChaCore.html" title="type rand_chacha::ChaChaCore">ChaCha<wbr>Core</a></div><div class="desc docblock-short">ChaCha with 20 rounds, low-level interface</div></li><li><div class="item-name"><a class="type" href="type.ChaChaRng.html" title="type rand_chacha::ChaChaRng">ChaCha<wbr>Rng</a></div><div class="desc docblock-short">ChaCha with 20 rounds</div></li></ul></section></div></main></body></html>