Skip to content

Commit

Permalink
docs: bump/update
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Aurélio da Silva <marcoonroad@gmail.com>
  • Loading branch information
marcoonroad committed Nov 15, 2018
1 parent a7a3668 commit 80ec411
Show file tree
Hide file tree
Showing 16 changed files with 133 additions and 119 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -8,13 +8,11 @@ Quantum-resistant, purely Hash-based, Stateful, One-Time Digital Signatures for
<a style="margin: 0.1em;" href="https://coveralls.io/github/marcoonroad/hieroglyphs?branch=master">
<img src="https://img.shields.io/coveralls/github/marcoonroad/hieroglyphs.svg?style=flat-square"/></a>
<a style="margin: 0.1em;" href="https://github.com/marcoonroad/hieroglyphs/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/marcoonroad/hieroglyphs.svg?style=flat-square"/> </a>
<img src="https://img.shields.io/github/license/marcoonroad/hieroglyphs.svg?style=flat-square"/></a>
<a style="margin: 0.1em;" href="https://github.com/marcoonroad/hieroglyphs/compare">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&logo=github"/>
</a>
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&logo=github"/></a>
<a style="margin: 0.1em;" href="https://www.blockchain.com/btc/address/1PEpBFvkKQtSHj56dCGgDFQBwz45VpMTTQ">
<img src="https://img.shields.io/badge/donate-BTC-yellow.svg?logo=bitcoin&style=flat-square"/>
</a>
<img src="https://img.shields.io/badge/donate-BTC-yellow.svg?logo=bitcoin&style=flat-square"/></a>
</div>

---
Expand Down
2 changes: 1 addition & 1 deletion docs/apiref/hieroglyphs/Hieroglyphs__/Utils/index.html
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Utils (hieroglyphs.Hieroglyphs__.Utils)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a><a href="../../index.html">hieroglyphs</a> &#x00BB; <a href="../index.html">Hieroglyphs__</a> &#x00BB; Utils</nav><h1>Module <code>Hieroglyphs__.Utils</code></h1></header><div class="spec module" id="module-Bisect_visit___lib___utils___ml"><a href="#module-Bisect_visit___lib___utils___ml" class="anchor"></a><code><span class="keyword">module </span><a href="Bisect_visit___lib___utils___ml/index.html">Bisect_visit___lib___utils___ml</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-List"><a href="#module-List" class="anchor"></a><code><span class="keyword">module </span>List = Core.List</code></div><div class="spec module" id="module-String"><a href="#module-String" class="anchor"></a><code><span class="keyword">module </span>String = Core.String</code></div><div class="spec module" id="module-Char"><a href="#module-Char" class="anchor"></a><code><span class="keyword">module </span>Char = Core.Char</code></div><div class="spec module" id="module-Int"><a href="#module-Int" class="anchor"></a><code><span class="keyword">module </span>Int = Core.Int</code></div><div class="spec module" id="module-Str"><a href="#module-Str" class="anchor"></a><code><span class="keyword">module </span>Str = Re.Str</code></div><dl><dt class="spec value" id="val-_HASH_LENGTH"><a href="#val-_HASH_LENGTH" class="anchor"></a><code><span class="keyword">val </span>_HASH_LENGTH : int</code></dt><dt class="spec value" id="val-_HEX_SPACE"><a href="#val-_HEX_SPACE" class="anchor"></a><code><span class="keyword">val </span>_HEX_SPACE : int</code></dt><dt class="spec value" id="val-_KEY_LENGTH"><a href="#val-_KEY_LENGTH" class="anchor"></a><code><span class="keyword">val </span>_KEY_LENGTH : int</code></dt><dt class="spec value" id="val-regexp"><a href="#val-regexp" class="anchor"></a><code><span class="keyword">val </span>regexp : <a href="index.html#module-Str">Str</a>.regexp</code></dt><dt class="spec value" id="val-is_hash"><a href="#val-is_hash" class="anchor"></a><code><span class="keyword">val </span>is_hash : <a href="index.html#module-String">String</a>.t <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-validate_key"><a href="#val-validate_key" class="anchor"></a><code><span class="keyword">val </span>validate_key : <a href="index.html#module-String">String</a>.t <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> <a href="index.html#module-String">String</a>.t <a href="index.html#module-List">List</a>.t option</code></dt><dt class="spec value" id="val-to_hex"><a href="#val-to_hex" class="anchor"></a><code><span class="keyword">val </span>to_hex : string <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-id"><a href="#val-id" class="anchor"></a><code><span class="keyword">val </span>id : <span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'a</span></code></dt><dt class="spec value" id="val-tag_index"><a href="#val-tag_index" class="anchor"></a><code><span class="keyword">val </span>tag_index : <span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> (int<span class="keyword"> * </span><span class="type-var">'a</span>) <a href="index.html#module-List">List</a>.t</code></dt><dt class="spec value" id="val-calculate_index"><a href="#val-calculate_index" class="anchor"></a><code><span class="keyword">val </span>calculate_index : (int<span class="keyword"> * </span>int) <span>&#45;&gt;</span> int</code></dt><dt class="spec value" id="val-index_at"><a href="#val-index_at" class="anchor"></a><code><span class="keyword">val </span>index_at : list:<span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <span class="type-var">'a</span></code></dt><dt class="spec value" id="val-replace_index"><a href="#val-replace_index" class="anchor"></a><code><span class="keyword">val </span>replace_index : matrix:<span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> int <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> <span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t</code></dt><dt class="spec value" id="val-verify_at"><a href="#val-verify_at" class="anchor"></a><code><span class="keyword">val </span>verify_at : digest:(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>) <span>&#45;&gt;</span> list:<span class="type-var">'b</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> (int<span class="keyword"> * </span><span class="type-var">'a</span>) <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-verify_with"><a href="#val-verify_with" class="anchor"></a><code><span class="keyword">val </span>verify_with : matrix:<span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> digest:(<span class="type-var">'b</span> <span>&#45;&gt;</span> <span class="type-var">'a</span>) <span>&#45;&gt;</span> (int<span class="keyword"> * </span><span class="type-var">'b</span>) <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-concat_hashes"><a href="#val-concat_hashes" class="anchor"></a><code><span class="keyword">val </span>concat_hashes : string <span>&#45;&gt;</span> string <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-indexed_keys"><a href="#val-indexed_keys" class="anchor"></a><code><span class="keyword">val </span>indexed_keys : String.t <span>&#45;&gt;</span> int <a href="index.html#module-List">List</a>.t</code></dt></dl></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Utils (hieroglyphs.Hieroglyphs__.Utils)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a><a href="../../index.html">hieroglyphs</a> &#x00BB; <a href="../index.html">Hieroglyphs__</a> &#x00BB; Utils</nav><h1>Module <code>Hieroglyphs__.Utils</code></h1></header><div class="spec module" id="module-Bisect_visit___lib___utils___ml"><a href="#module-Bisect_visit___lib___utils___ml" class="anchor"></a><code><span class="keyword">module </span><a href="Bisect_visit___lib___utils___ml/index.html">Bisect_visit___lib___utils___ml</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-List"><a href="#module-List" class="anchor"></a><code><span class="keyword">module </span>List = Core.List</code></div><div class="spec module" id="module-String"><a href="#module-String" class="anchor"></a><code><span class="keyword">module </span>String = Core.String</code></div><div class="spec module" id="module-Char"><a href="#module-Char" class="anchor"></a><code><span class="keyword">module </span>Char = Core.Char</code></div><div class="spec module" id="module-Int"><a href="#module-Int" class="anchor"></a><code><span class="keyword">module </span>Int = Core.Int</code></div><div class="spec module" id="module-Str"><a href="#module-Str" class="anchor"></a><code><span class="keyword">module </span>Str = Re.Str</code></div><dl><dt class="spec value" id="val-_HASH_LENGTH"><a href="#val-_HASH_LENGTH" class="anchor"></a><code><span class="keyword">val </span>_HASH_LENGTH : int</code></dt><dt class="spec value" id="val-_HEX_SPACE"><a href="#val-_HEX_SPACE" class="anchor"></a><code><span class="keyword">val </span>_HEX_SPACE : int</code></dt><dt class="spec value" id="val-_KEY_LENGTH"><a href="#val-_KEY_LENGTH" class="anchor"></a><code><span class="keyword">val </span>_KEY_LENGTH : int</code></dt><dt class="spec value" id="val-regexp"><a href="#val-regexp" class="anchor"></a><code><span class="keyword">val </span>regexp : <a href="index.html#module-Str">Str</a>.regexp</code></dt><dt class="spec value" id="val-id"><a href="#val-id" class="anchor"></a><code><span class="keyword">val </span>id : <span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'a</span></code></dt><dt class="spec value" id="val-is_hash"><a href="#val-is_hash" class="anchor"></a><code><span class="keyword">val </span>is_hash : <a href="index.html#module-String">String</a>.t <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-__decode"><a href="#val-__decode" class="anchor"></a><code><span class="keyword">val </span>__decode : (unit <span>&#45;&gt;</span> <span class="type-var">'a</span>) <span>&#45;&gt;</span> (<span class="type-var">'b</span> <span>&#45;&gt;</span> <span class="type-var">'a</span>) <span>&#45;&gt;</span> <span class="type-var">'b</span> option <span>&#45;&gt;</span> <span class="type-var">'a</span></code></dt><dt class="spec value" id="val-validate_key"><a href="#val-validate_key" class="anchor"></a><code><span class="keyword">val </span>validate_key : <a href="index.html#module-String">String</a>.t <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> <a href="index.html#module-String">String</a>.t <a href="index.html#module-List">List</a>.t option</code></dt><dt class="spec value" id="val-to_hex"><a href="#val-to_hex" class="anchor"></a><code><span class="keyword">val </span>to_hex : string <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-tag_index"><a href="#val-tag_index" class="anchor"></a><code><span class="keyword">val </span>tag_index : <span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> (int<span class="keyword"> * </span><span class="type-var">'a</span>) <a href="index.html#module-List">List</a>.t</code></dt><dt class="spec value" id="val-calculate_index"><a href="#val-calculate_index" class="anchor"></a><code><span class="keyword">val </span>calculate_index : (int<span class="keyword"> * </span>int) <span>&#45;&gt;</span> int</code></dt><dt class="spec value" id="val-index_at"><a href="#val-index_at" class="anchor"></a><code><span class="keyword">val </span>index_at : list:<span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <span class="type-var">'a</span></code></dt><dt class="spec value" id="val-replace_index"><a href="#val-replace_index" class="anchor"></a><code><span class="keyword">val </span>replace_index : matrix:<span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> int <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> <span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t</code></dt><dt class="spec value" id="val-verify_at"><a href="#val-verify_at" class="anchor"></a><code><span class="keyword">val </span>verify_at : digest:(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>) <span>&#45;&gt;</span> list:<span class="type-var">'b</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> (int<span class="keyword"> * </span><span class="type-var">'a</span>) <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-verify_with"><a href="#val-verify_with" class="anchor"></a><code><span class="keyword">val </span>verify_with : matrix:<span class="type-var">'a</span> <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> digest:(<span class="type-var">'b</span> <span>&#45;&gt;</span> <span class="type-var">'a</span>) <span>&#45;&gt;</span> (int<span class="keyword"> * </span><span class="type-var">'b</span>) <a href="index.html#module-List">List</a>.t <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-concat_hashes"><a href="#val-concat_hashes" class="anchor"></a><code><span class="keyword">val </span>concat_hashes : string <span>&#45;&gt;</span> string <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-indexed_keys"><a href="#val-indexed_keys" class="anchor"></a><code><span class="keyword">val </span>indexed_keys : String.t <span>&#45;&gt;</span> int <a href="index.html#module-List">List</a>.t</code></dt></dl></div></body></html>

0 comments on commit 80ec411

Please sign in to comment.