Skip to content

Commit

Permalink
Deploying to gh-pages from @ 120d4eb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed Mar 25, 2024
1 parent 6f6a7ca commit e6fbd52
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12 deletions.
22 changes: 17 additions & 5 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h2 id="acknowledgements"><a class="header" href="#acknowledgements">Acknowledge
<p>Special thanks to <a href="https://github.com/btchip">btchip</a> for developing the reference implementation
<a href="https://github.com/btchip/Webauthn.sol">here</a> and for the invaluable guidance through the WebAuthn specification.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="iwebauthn256r1"><a class="header" href="#iwebauthn256r1">IWebAuthn256r1</a></h1>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/8590224fd9c32a94a32182534f8c723e80e260fd/src/IWebAuthn256r1.sol">Git Source</a></p>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/120d4ebaf8b0e4063f02f83518aae24eff667d5e/src/IWebAuthn256r1.sol">Git Source</a></p>
<h2 id="functions"><a class="header" href="#functions">Functions</a></h2>
<h3 id="verify"><a class="header" href="#verify">verify</a></h3>
<pre><code class="language-solidity">function verify(
Expand All @@ -376,7 +376,7 @@ <h3 id="verify"><a class="header" href="#verify">verify</a></h3>
returns (bool);
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="webauthn256r1"><a class="header" href="#webauthn256r1">WebAuthn256r1</a></h1>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/8590224fd9c32a94a32182534f8c723e80e260fd/src/WebAuthn256r1.sol">Git Source</a></p>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/120d4ebaf8b0e4063f02f83518aae24eff667d5e/src/WebAuthn256r1.sol">Git Source</a></p>
<p>A library to verify ECDSA signature though WebAuthn on the secp256r1 curve</p>
<h2 id="functions-1"><a class="header" href="#functions-1">Functions</a></h2>
<h3 id="generatemessage"><a class="header" href="#generatemessage">generateMessage</a></h3>
Expand Down Expand Up @@ -452,7 +452,7 @@ <h3 id="invalidchallenge"><a class="header" href="#invalidchallenge">InvalidChal
<pre><code class="language-solidity">error InvalidChallenge();
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="constants"><a class="header" href="#constants">Constants</a></h1>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/8590224fd9c32a94a32182534f8c723e80e260fd/src/utils.sol">Git Source</a></p>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/120d4ebaf8b0e4063f02f83518aae24eff667d5e/src/utils.sol">Git Source</a></p>
<h3 id="up_flag_mask"><a class="header" href="#up_flag_mask">UP_FLAG_MASK</a></h3>
<pre><code class="language-solidity">bytes1 constant UP_FLAG_MASK = 0x01;
</code></pre>
Expand All @@ -462,8 +462,20 @@ <h3 id="uv_flag_mask"><a class="header" href="#uv_flag_mask">UV_FLAG_MASK</a></h
<h3 id="both_flag_mask"><a class="header" href="#both_flag_mask">BOTH_FLAG_MASK</a></h3>
<pre><code class="language-solidity">bytes1 constant BOTH_FLAG_MASK = 0x05;
</code></pre>
<h3 id="offset_client_challenge"><a class="header" href="#offset_client_challenge">OFFSET_CLIENT_CHALLENGE</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_CHALLENGE = 0x24;
<h3 id="offset_client_type"><a class="header" href="#offset_client_type">OFFSET_CLIENT_TYPE</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_TYPE = 0x12;
</code></pre>
<h3 id="type_get_indicator"><a class="header" href="#type_get_indicator">TYPE_GET_INDICATOR</a></h3>
<pre><code class="language-solidity">bytes1 constant TYPE_GET_INDICATOR = 0x67;
</code></pre>
<h3 id="type_create_indicator"><a class="header" href="#type_create_indicator">TYPE_CREATE_INDICATOR</a></h3>
<pre><code class="language-solidity">bytes1 constant TYPE_CREATE_INDICATOR = 0x63;
</code></pre>
<h3 id="offset_client_challenge_get"><a class="header" href="#offset_client_challenge_get">OFFSET_CLIENT_CHALLENGE_GET</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_CHALLENGE_GET = 0x24;
</code></pre>
<h3 id="offset_client_challenge_create"><a class="header" href="#offset_client_challenge_create">OFFSET_CLIENT_CHALLENGE_CREATE</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_CHALLENGE_CREATE = 0x27;
</code></pre>
<h3 id="offset_credid_length"><a class="header" href="#offset_credid_length">OFFSET_CREDID_LENGTH</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CREDID_LENGTH = 0x35;
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/IWebAuthn256r1.sol/interface.IWebAuthn256r1.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title"></h1>
<div id="content" class="content">
<main>
<h1 id="iwebauthn256r1"><a class="header" href="#iwebauthn256r1">IWebAuthn256r1</a></h1>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/8590224fd9c32a94a32182534f8c723e80e260fd/src/IWebAuthn256r1.sol">Git Source</a></p>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/120d4ebaf8b0e4063f02f83518aae24eff667d5e/src/IWebAuthn256r1.sol">Git Source</a></p>
<h2 id="functions"><a class="header" href="#functions">Functions</a></h2>
<h3 id="verify"><a class="header" href="#verify">verify</a></h3>
<pre><code class="language-solidity">function verify(
Expand Down
2 changes: 1 addition & 1 deletion src/WebAuthn256r1.sol/library.WebAuthn256r1.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title"></h1>
<div id="content" class="content">
<main>
<h1 id="webauthn256r1"><a class="header" href="#webauthn256r1">WebAuthn256r1</a></h1>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/8590224fd9c32a94a32182534f8c723e80e260fd/src/WebAuthn256r1.sol">Git Source</a></p>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/120d4ebaf8b0e4063f02f83518aae24eff667d5e/src/WebAuthn256r1.sol">Git Source</a></p>
<p>A library to verify ECDSA signature though WebAuthn on the secp256r1 curve</p>
<h2 id="functions"><a class="header" href="#functions">Functions</a></h2>
<h3 id="generatemessage"><a class="header" href="#generatemessage">generateMessage</a></h3>
Expand Down
18 changes: 15 additions & 3 deletions src/utils.sol/constants.utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title"></h1>
<div id="content" class="content">
<main>
<h1 id="constants"><a class="header" href="#constants">Constants</a></h1>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/8590224fd9c32a94a32182534f8c723e80e260fd/src/utils.sol">Git Source</a></p>
<p><a href="https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/webauthn/blob/120d4ebaf8b0e4063f02f83518aae24eff667d5e/src/utils.sol">Git Source</a></p>
<h3 id="up_flag_mask"><a class="header" href="#up_flag_mask">UP_FLAG_MASK</a></h3>
<pre><code class="language-solidity">bytes1 constant UP_FLAG_MASK = 0x01;
</code></pre>
Expand All @@ -188,8 +188,20 @@ <h3 id="uv_flag_mask"><a class="header" href="#uv_flag_mask">UV_FLAG_MASK</a></h
<h3 id="both_flag_mask"><a class="header" href="#both_flag_mask">BOTH_FLAG_MASK</a></h3>
<pre><code class="language-solidity">bytes1 constant BOTH_FLAG_MASK = 0x05;
</code></pre>
<h3 id="offset_client_challenge"><a class="header" href="#offset_client_challenge">OFFSET_CLIENT_CHALLENGE</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_CHALLENGE = 0x24;
<h3 id="offset_client_type"><a class="header" href="#offset_client_type">OFFSET_CLIENT_TYPE</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_TYPE = 0x12;
</code></pre>
<h3 id="type_get_indicator"><a class="header" href="#type_get_indicator">TYPE_GET_INDICATOR</a></h3>
<pre><code class="language-solidity">bytes1 constant TYPE_GET_INDICATOR = 0x67;
</code></pre>
<h3 id="type_create_indicator"><a class="header" href="#type_create_indicator">TYPE_CREATE_INDICATOR</a></h3>
<pre><code class="language-solidity">bytes1 constant TYPE_CREATE_INDICATOR = 0x63;
</code></pre>
<h3 id="offset_client_challenge_get"><a class="header" href="#offset_client_challenge_get">OFFSET_CLIENT_CHALLENGE_GET</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_CHALLENGE_GET = 0x24;
</code></pre>
<h3 id="offset_client_challenge_create"><a class="header" href="#offset_client_challenge_create">OFFSET_CLIENT_CHALLENGE_CREATE</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CLIENT_CHALLENGE_CREATE = 0x27;
</code></pre>
<h3 id="offset_credid_length"><a class="header" href="#offset_credid_length">OFFSET_CREDID_LENGTH</a></h3>
<pre><code class="language-solidity">uint256 constant OFFSET_CREDID_LENGTH = 0x35;
Expand Down

0 comments on commit e6fbd52

Please sign in to comment.