-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* spec: add cases for padding * docs: add inline documenation * docs: update readme * docs: add html documenation
- Loading branch information
Showing
14 changed files
with
3,265 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="generator" content="Crystal Docs 1.2.0"> | ||
<meta name="crystal_docs.project_version" content="q9f/docs/html-dev"> | ||
<meta name="crystal_docs.project_name" content="bip39"> | ||
|
||
|
||
|
||
<link href="css/style.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="js/doc.js"></script> | ||
|
||
<meta name="repository-name" content="bip39"> | ||
<title>Bip0039 - bip39 q9f/docs/html-dev</title> | ||
<script type="text/javascript"> | ||
CrystalDocs.base_path = ""; | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<svg class="hidden"> | ||
<symbol id="octicon-link" viewBox="0 0 16 16"> | ||
<path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path> | ||
</symbol> | ||
</svg> | ||
<div class="sidebar"> | ||
<div class="sidebar-header"> | ||
<div class="search-box"> | ||
<input type="search" class="search-input" placeholder="Search..." spellcheck="false" aria-label="Search"> | ||
</div> | ||
|
||
<div class="project-summary"> | ||
<h1 class="project-name"> | ||
<a href="index.html"> | ||
bip39 | ||
</a> | ||
</h1> | ||
|
||
<span class="project-version"> | ||
q9f/docs/html-dev | ||
</span> | ||
</div> | ||
</div> | ||
|
||
<div class="search-results hidden"> | ||
<ul class="search-list"></ul> | ||
</div> | ||
|
||
<div class="types-list"> | ||
<ul> | ||
|
||
<li class="parent open current" data-id="bip39/Bip0039" data-name="bip0039"> | ||
<a href="Bip0039.html">Bip0039</a> | ||
|
||
<ul> | ||
|
||
<li class=" " data-id="bip39/Bip0039/Mnemonic" data-name="bip0039::mnemonic"> | ||
<a href="Bip0039/Mnemonic.html">Mnemonic</a> | ||
|
||
</li> | ||
|
||
<li class=" " data-id="bip39/Bip0039/Util" data-name="bip0039::util"> | ||
<a href="Bip0039/Util.html">Util</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<div class="main-content"> | ||
<h1 class="type-name"> | ||
|
||
<span class="kind">module</span> Bip0039 | ||
|
||
</h1> | ||
|
||
|
||
|
||
|
||
|
||
<h2> | ||
<a id="overview" class="anchor" href="#overview"> | ||
<svg class="octicon-link" aria-hidden="true"> | ||
<use href="#octicon-link"/> | ||
</svg> | ||
</a> | ||
Overview | ||
</h2> | ||
|
||
<p>Implements 128/160/192/224/256-bit <code>BIP-0039</code> Mnemonics. | ||
Ref: <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki">bitcoin/bips/bip-0039</a></p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2> | ||
<a id="defined-in" class="anchor" href="#defined-in"> | ||
<svg class="octicon-link" aria-hidden="true"> | ||
<use href="#octicon-link"/> | ||
</svg> | ||
</a> | ||
Defined in: | ||
</h2> | ||
|
||
|
||
bip39.cr | ||
|
||
<br/> | ||
|
||
|
||
util.cr | ||
|
||
<br/> | ||
|
||
|
||
version.cr | ||
|
||
<br/> | ||
|
||
|
||
|
||
|
||
|
||
<h2> | ||
<a id="constant-summary" class="anchor" href="#constant-summary"> | ||
<svg class="octicon-link" aria-hidden="true"> | ||
<use href="#octicon-link"/> | ||
</svg> | ||
</a> | ||
Constant Summary | ||
</h2> | ||
|
||
<dl> | ||
|
||
<dt class="entry-const" id="VERSION"> | ||
<strong>VERSION</strong> = <code><span class="s">"0.1.0"</span></code> | ||
</dt> | ||
|
||
<dd class="entry-const-doc"> | ||
<p>The <code><a href="Bip0039.html#VERSION">VERSION</a></code> of the <code><a href="Bip0039.html">Bip0039</a></code> module.</p> | ||
</dd> | ||
|
||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="methods-inherited"> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.